Skip to content

Commit 7829e3e

Browse files
Update .github/workflows/build.yml
Co-authored-by: Cameron DeCoster <cameron.decoster@gmail.com>
1 parent 32b74e9 commit 7829e3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ jobs:
9191
PERCY_TOKEN: ${{ secrets.PERCY_TOKEN }}
9292

9393
- name: Create GitHub App token
94-
if: github.ref_name == 'master' && github.repository == 'plotly/graphing-library-docs'
94+
if: github.ref_name == github.event.repository.default_branch && github.repository == 'plotly/graphing-library-docs'
9595
uses: actions/create-github-app-token@v2
9696
id: app-token
9797
with:

0 commit comments

Comments
 (0)