mirror of
https://github.com/sidpalas/devops-directive-terraform-course.git
synced 2025-12-10 04:41:14 +00:00
Disable github action push event trigger
This commit is contained in:
7
.github/workflows/terraform.yml
vendored
7
.github/workflows/terraform.yml
vendored
@@ -1,9 +1,10 @@
|
||||
name: "Terraform"
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
# Uncomment to enable staging
|
||||
# push:
|
||||
# branches:
|
||||
# - main
|
||||
release:
|
||||
types: [published]
|
||||
pull_request:
|
||||
|
||||
Reference in New Issue
Block a user