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 8fe248e commit 5fe17b5Copy full SHA for 5fe17b5
.github/workflows/build-spec.yml
@@ -4,7 +4,7 @@ on:
4
push:
5
branches-ignore: [ 'temp/*' ]
6
pull_request:
7
- branches: [ master ]
+ branches: [ main ]
8
9
jobs:
10
build-spec:
@@ -38,7 +38,7 @@ jobs:
38
shell: bash
39
run: echo "branch=$(echo ${GITHUB_REF#refs/heads/})" >> $GITHUB_OUTPUT
40
- name: deploy
41
- if: (github.ref == 'refs/heads/master' || startsWith(github.ref,'refs/heads/doc')) && github.event_name == 'push'
+ if: (github.ref == 'refs/heads/main' || startsWith(github.ref,'refs/heads/doc')) && github.event_name == 'push'
42
uses: peaceiris/[email protected]
43
with:
44
github_token: ${{ secrets.GITHUB_TOKEN }}
0 commit comments