Skip to content

Commit becbd33

Browse files
committed
Disable github action push event trigger
1 parent 3c0fe8a commit becbd33

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/terraform.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
name: "Terraform"
22

33
on:
4-
push:
5-
branches:
6-
- main
4+
# Uncomment to enable staging
5+
# push:
6+
# branches:
7+
# - main
78
release:
89
types: [published]
910
pull_request:

0 commit comments

Comments
 (0)