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.
1 parent eb273de commit dea430dCopy full SHA for dea430d
.github/workflows/check.yaml
@@ -5,10 +5,10 @@ name: Check
5
on:
6
pull_request:
7
8
- # Push to master will trigger code checks
+ # Push to main will trigger code checks
9
push:
10
branches:
11
- - master
+ - main
12
tags-ignore:
13
- "**" # Ignore all tags to prevent duplicate builds when tags are pushed.
14
.github/workflows/pre_release.yaml
@@ -1,10 +1,10 @@
1
name: Create a pre-release
2
3
4
- # Push to master will deploy a beta version
+ # Push to main will deploy a beta version
0 commit comments