Skip to content

Commit 49037cf

Browse files
committed
Update pipeline triggers
1 parent a9d9cc4 commit 49037cf

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/pipeline.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
11
name: Terraform
22
on:
33
push:
4+
branches:
5+
- 'main'
46
pull_request:
5-
types: [opened, reopened]
7+
branches:
8+
- 'main'
69

710
jobs:
811
check-format:

0 commit comments

Comments
 (0)