only run deployment on master
This commit is contained in:
parent
3472e41360
commit
f285794877
|
@ -37,6 +37,7 @@ jobs:
|
|||
deploy:
|
||||
name: Deploy modified infrastructure
|
||||
runs-on: ubuntu-latest
|
||||
if: github.ref == 'refs/heads/main'
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v3
|
||||
|
|
Loading…
Reference in New Issue