Only run deploy_staging on main branch
This commit is contained in:
parent
699a0836b4
commit
66f9d93d8e
|
@ -43,4 +43,7 @@ deploy_staging:
|
|||
stage: .post
|
||||
needs: ["staging"]
|
||||
script:
|
||||
- 'curl -XPOST -H "Authorization: Basic $STAGING_SECRET" "https://csclub.uwaterloo.ca/$BASE_PATH"'
|
||||
- 'curl -XPOST -H "Authorization: Basic $STAGING_SECRET" "https://csclub.uwaterloo.ca/$BASE_PATH"'
|
||||
only:
|
||||
refs:
|
||||
- main
|
Loading…
Reference in New Issue