We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f9467b commit c1c6b68Copy full SHA for c1c6b68
.github/workflows/deploy.yml
@@ -33,7 +33,7 @@ jobs:
33
name: Deploy
34
needs: build
35
runs-on: ubuntu-latest
36
- if: github.ref == 'refs/heads/main'
+ if: github.ref == 'refs/heads/master'
37
38
steps:
39
- name: Download artifact
0 commit comments