diff options
| author | Alex <git@ajschof.me> | 2024-08-20 22:48:12 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-08-20 22:48:12 +0100 |
| commit | af875cb7ea691c6475dc936fc0bf3343eb1786dc (patch) | |
| tree | 7582347469f9fc35db4800955be5c995f747faf5 /.github | |
| parent | b31ea8ba86a7a381c390ad068ea5449a9313b020 (diff) | |
| parent | e8995e003c2cf616daf7a23fd525d9e0cc886bb0 (diff) | |
| download | de-project-bentley-af875cb7ea691c6475dc936fc0bf3343eb1786dc.tar.gz de-project-bentley-af875cb7ea691c6475dc936fc0bf3343eb1786dc.zip | |
Merge pull request #79 from ajschofield/ci/actions-trigger
pr: update deploy.yml
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/deploy.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 5672048..09b8490 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -11,6 +11,7 @@ on: jobs: deploy-terraform: + if: github.ref == 'refs/heads/main' name: Deploy Terraform runs-on: ubuntu-latest #needs: run-checks (must ref on-commit.yml file) |
