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 9a5a6a8 commit 5614686Copy full SHA for 5614686
.github/workflows/gh-pages.yaml
@@ -4,6 +4,8 @@ on:
4
push:
5
branches:
6
- master
7
+ - mainnet
8
+ - 'forks/**'
9
workflow_dispatch:
10
pull_request:
11
@@ -41,7 +43,7 @@ jobs:
41
43
needs: build
42
44
runs-on: ubuntu-latest
45
name: "Deploy Documentation"
- if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/master' }}
46
+ if: ${{ github.event_name == 'push' && github.ref_name == github.event.repository.default_branch }}
47
48
permissions:
49
pages: write
.github/workflows/test.yaml
0 commit comments