Skip to content

Commit 1bdb003

Browse files
committed
change main
1 parent 4df3330 commit 1bdb003

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
deploy:
4444
runs-on: ubuntu-latest
4545
needs: snyk-scan
46-
if: github.ref == 'refs/heads/master'
46+
if: github.ref == 'refs/heads/main'
4747
steps:
4848
- name: Checkout code
4949
uses: actions/checkout@v3

0 commit comments

Comments
 (0)