Skip to content

Commit

Permalink
deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
james-otten committed Nov 17, 2024
1 parent 1e11154 commit 6c7f203
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/deploy_environments.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
push:
branches:
- main
- james/optimize_ansible
workflow_dispatch:
branches:
- main
Expand All @@ -16,7 +17,7 @@ jobs:
with:
environment: dev3
secrets: inherit
if: github.ref == 'refs/heads/main'
#if: github.ref == 'refs/heads/main'

deploy_prod1:
name: Deploy prod1
Expand Down

0 comments on commit 6c7f203

Please sign in to comment.