Skip to content

Commit

Permalink
commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Brave Okafor committed Sep 25, 2023
1 parent dbeb02b commit da59eeb
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions .github/workflows/terrraform.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,18 @@
name: Terraform

on:
push:
branches:
- "**"
pull_request:
branches:
- "**"
- "main"
- "develop"
- "staging"
paths:
- "terraform/**"
push:
branches:
- "*"
paths:
- "terraform/**"

permissions:
contents: read
Expand Down

0 comments on commit da59eeb

Please sign in to comment.