We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4df3330 commit 1bdb003Copy full SHA for 1bdb003
.github/workflows/main.yml
@@ -43,7 +43,7 @@ jobs:
43
deploy:
44
runs-on: ubuntu-latest
45
needs: snyk-scan
46
- if: github.ref == 'refs/heads/master'
+ if: github.ref == 'refs/heads/main'
47
steps:
48
- name: Checkout code
49
uses: actions/checkout@v3
0 commit comments