only run deployment on master
Infrastructure / Check infrastructure definitions (pull_request) Successful in 1m35s Details
Infrastructure / Deploy modified infrastructure (pull_request) Has been skipped Details

This commit is contained in:
Gleb Koval 2023-09-02 18:49:51 +01:00
parent 3472e41360
commit f285794877
Signed by: cyclane
GPG Key ID: 15E168A8B332382C
1 changed files with 1 additions and 0 deletions

View File

@ -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