Skip to content

Commit 8681f81

Browse files
committed
change order (not that I think it matters)
1 parent f6dcbc0 commit 8681f81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@ name: CI
22

33
on:
44
pull_request:
5-
merge_group:
65
push:
76
branches:
87
- master # Triggers on pushes to the master branch
8+
merge_group:
99
env:
1010
APPLITOOLS_API_KEY: ${{ secrets.APPLITOOLS_API_KEY }}
1111
APPLITOOLS_BATCH_ID: ${{ github.event.pull_request.head.sha || github.sha }}

0 commit comments

Comments
 (0)