Skip to content

Commit

Permalink
Adjust workflow trigger event
Browse files Browse the repository at this point in the history
  • Loading branch information
rswrz committed Jun 12, 2024
1 parent 5187faa commit 2325050
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion .github/workflows/module-ci.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
name: module-ci
on: [push, pull_request]
on:
push:
branches:
- main
pull_request:
types:
- opened
- edited
- synchronize
- labeled
- unlabeled
jobs:
module-ci:
uses: cloudeteer/terraform-governance/.github/workflows/module-ci.yaml@349-epic-the-revival-of-tf-mod-lib
Expand Down

0 comments on commit 2325050

Please sign in to comment.