Skip to content

Commit f55caa5

Browse files
authored
Merge pull request #6 from manumerous/fix/ci-build
Run pipeline on merge commit to main
2 parents 3dbd27b + 661b060 commit f55caa5

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

.github/workflows/build_test.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,14 @@ name: Full Install & Build Tests
33
on:
44
push:
55
branches:
6-
- master
6+
- main
77
pull_request:
8-
branches:
9-
- '**' # double asterisk matches any branch
8+
branches:
9+
- '**'
1010
types: [opened, synchronize, reopened]
11+
merge_group:
12+
branches:
13+
- main
1114

1215
jobs:
1316
build:

0 commit comments

Comments
 (0)