Skip to content

Commit 1ef2f05

Browse files
committed
Update workflow triggers
1 parent 49037cf commit 1ef2f05

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/pipeline.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
name: Terraform
22
on:
33
push:
4-
branches:
5-
- 'main'
4+
branches: [main]
65
pull_request:
7-
branches:
8-
- 'main'
6+
types: [opened, reopened, synchronize]
7+
branches: [main]
98

109
jobs:
1110
check-format:

0 commit comments

Comments
 (0)