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 9f08c75 commit d5c1db4Copy full SHA for d5c1db4
.github/workflows/main.yml
@@ -31,7 +31,7 @@ jobs:
31
deploy:
32
runs-on: ubuntu-latest
33
needs: build
34
- if: github.ref == 'refs/heads/master'
+ if: github.ref == 'refs/heads/main'
35
steps:
36
- name: Download artifact
37
uses: actions/download-artifact@v2
0 commit comments