mirror of
https://github.com/opentofu/opentofu.git
synced 2025-02-25 18:45:20 -06:00
Enabled CI runs for master
This should enable CI on PRs for examples (until an example PR is merged)
This commit is contained in:
parent
829b69625b
commit
121a60192f
@ -15,6 +15,7 @@ env:
|
||||
branches:
|
||||
only:
|
||||
- master
|
||||
- /^(?i:topic)-.*$/
|
||||
|
||||
# install terraform
|
||||
before_deploy:
|
||||
@ -29,7 +30,6 @@ deploy:
|
||||
on:
|
||||
repo: harijayms/terraform
|
||||
branch: master
|
||||
condition: false
|
||||
|
||||
# destroy resources with Azure CLI
|
||||
after_deploy: cd $TRAVIS_BUILD_DIR/$TEST_DIR && ./after_deploy.sh
|
||||
|
Loading…
Reference in New Issue
Block a user