Skip to content

Commit

Permalink
Don't trigger on pushes to main
Browse files Browse the repository at this point in the history
  • Loading branch information
smokestacklightnin committed Oct 31, 2024
1 parent 2db3e44 commit 42690e3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/deploy-opentofu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ name: Deploy OpenTofu

on:
push:
branches:
- '!main'
workflow_dispatch:
inputs:
development-environment:
Expand Down

0 comments on commit 42690e3

Please sign in to comment.