Skip to content

Commit ffdc91b

Browse files
authored
ci: use master (#11455)
1 parent 71a223d commit ffdc91b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
path: ./target/doc
4343

4444
deploy-docs:
45-
if: github.ref_name == 'main' && github.event_name == 'push'
45+
if: github.ref_name == 'master' && github.event_name == 'push'
4646
runs-on: ubuntu-latest
4747
needs: [docs]
4848
# Grant GITHUB_TOKEN the permissions required to make a Pages deployment

0 commit comments

Comments
 (0)