We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5371b78 + d1012de commit 9394169Copy full SHA for 9394169
.github/workflows/Release.yaml
@@ -3,7 +3,7 @@ name: Publish Release
3
on:
4
push:
5
branches:
6
- - 'master'
+ - 'main'
7
paths-ignore:
8
- 'README.md'
9
.github/workflows/branchPR.yaml
@@ -3,7 +3,7 @@ name: Build PR
branches-ignore:
- - "master"
+ - "main"
- "README.md"
0 commit comments