Skip to content

Commit 641c029

Browse files
committed
Master vs main works
1 parent 85ed503 commit 641c029

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

.github/workflows/build.yml

+6-3
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,13 @@ name: Check and publish snapshot
55

66
on:
77
push:
8-
branches: [ master, main ]
8+
branches:
9+
- master
10+
- main
911
pull_request:
10-
branches: [ master, main ]
11-
12+
branches:
13+
- master
14+
- main
1215
jobs:
1316
build:
1417
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)