CI/BUG: typo in ref name
This commit is contained in:
parent
766b8816f1
commit
f1f2b00369
1 changed files with 2 additions and 2 deletions
4
.github/workflows/cicd.yml
vendored
4
.github/workflows/cicd.yml
vendored
|
@ -4,12 +4,12 @@ on:
|
|||
pull_request:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
- main
|
||||
|
||||
jobs:
|
||||
deploy:
|
||||
runs-on: ubuntu-latest
|
||||
if: github.ref == 'refs/heads/master'
|
||||
if: github.ref == 'refs/heads/main'
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
with:
|
||||
|
|
Loading…
Add table
Reference in a new issue