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 92ffd7a commit 124bd83Copy full SHA for 124bd83
.github/workflows/deploy-docs.yml
@@ -35,7 +35,7 @@ jobs:
35
working-directory: ./website
36
37
# Use `gh` tool to infer more information about the pull request.
38
- # The underlying issue here is pushes to a non-mergeable/main target branch
+ # The underlying issue here is pushes to a non-mergeable/master target branch
39
# don't have the PR number easily available.
40
# https://stackoverflow.com/a/70102700
41
- name: Get pull request info
@@ -45,7 +45,7 @@ jobs:
45
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
46
47
- name: Deploy docs (production)
48
- if: github.ref == 'refs/heads/main'
+ if: github.ref == 'refs/heads/master'
49
run: yarn deploy:prod
50
51
env:
0 commit comments