We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
main
1 parent c466451 commit 6449d0bCopy full SHA for 6449d0b
.github/workflows/build-test-publish.yml
@@ -2,7 +2,7 @@ name: Build and Publish
2
3
on:
4
push:
5
- branches: [master]
+ branches: [main]
6
7
jobs:
8
build:
.github/workflows/build-test.yml
@@ -2,10 +2,10 @@ name: Build and Test
pull_request:
- branches-ignore: [master]
+ branches-ignore: [main]
9
10
11
0 commit comments