Skip to content

Commit 7247b99

Browse files
committed
misc: run test
1 parent 1567add commit 7247b99

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

.github/workflows/merge-main.yml

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,23 @@ on:
33
schedule:
44
- cron: "0 7 * * 1-5" # At 07:00 UTC (00:00 PST, 03:00 EST), Monday through Friday
55
workflow_dispatch:
6+
# TODO: REMOVE v
7+
push:
8+
branches:
9+
- main
10+
- '*-main'
11+
pull_request:
12+
branches:
13+
- main
14+
- '*-main'
15+
# TODO: REMOVE ^
616

717
jobs:
818
test:
919
runs-on: ubuntu-latest
1020
steps:
1121
- name: Merge main
12-
uses: awslabs/aws-kotlin-repo-tools/.github/actions/merge-main@main
22+
uses: awslabs/aws-kotlin-repo-tools/.github/actions/merge-main@fix-merge-mn
23+
# TODO: Use main instead of feature branch ^
1324
with:
1425
exempt-branches: # Add any if required

0 commit comments

Comments
 (0)