Skip to content

Commit

Permalink
make it run on my branch
Browse files Browse the repository at this point in the history
  • Loading branch information
james-otten committed Sep 11, 2024
1 parent 06559cd commit 085030d
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/test_k3s_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 085030d

Please sign in to comment.