mirror of
https://github.com/sidpalas/devops-directive-terraform-course.git
synced 2025-12-10 12:51: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"
|
name: "Terraform"
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
# Uncomment to enable staging
|
||||||
branches:
|
# push:
|
||||||
- main
|
# branches:
|
||||||
|
# - main
|
||||||
release:
|
release:
|
||||||
types: [published]
|
types: [published]
|
||||||
pull_request:
|
pull_request:
|
||||||
|
|||||||
Reference in New Issue
Block a user