Skip to content

Commit

Permalink
Merge pull request #50 from vemel/example-workflow
Browse files Browse the repository at this point in the history
Fix example workflow errors in triggers
  • Loading branch information
dflook authored Apr 7, 2021
2 parents 578788e + 16b1370 commit 2a43cb2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion example_workflows/create_plan.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Create terraform plan
on:
pull_request:
branches:
- !master
- "!master"

jobs:
plan:
Expand Down
2 changes: 1 addition & 1 deletion example_workflows/validate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Validate changes
on:
push:
branches:
- !master
- "!master"

jobs:
fmt-check:
Expand Down

0 comments on commit 2a43cb2

Please sign in to comment.