aboutsummaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorAlex Schofield <git@ajschof.me>2024-08-15 16:05:03 +0100
committerAlex Schofield <git@ajschof.me>2024-08-15 16:05:03 +0100
commitfc8e61c0e58df57195c6a33852a0a17ba34322c6 (patch)
tree2aa82cc1e64bc1158226f48828237afeed22cb26 /.github
parentcc13dc8d170d8c60dbb92e4e802a854bbdf81d5b (diff)
downloadde-project-bentley-fc8e61c0e58df57195c6a33852a0a17ba34322c6.tar.gz
de-project-bentley-fc8e61c0e58df57195c6a33852a0a17ba34322c6.zip
fix(ci): amend to trigger on commit to test-ci/...
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/deploy.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml
index 6674373..372d0b3 100644
--- a/.github/workflows/deploy.yml
+++ b/.github/workflows/deploy.yml
@@ -3,7 +3,7 @@ name: deploy-terraform
on:
push:
branches:
- - main # Adjust the branch based on our deployment strategy
+ - test-ci/** # Adjust the branch based on our deployment strategy
jobs:
deploy-terraform:
git.ajschof.me — hosted by ajschofield — powered by cgit