Skip to content

Commit 3420d06

Browse files
committed
Update pipeline triggers
1 parent e9c9d48 commit 3420d06

File tree

2 files changed

+4
-51
lines changed

2 files changed

+4
-51
lines changed

.github/workflows/pipeline-example-multiple-containers.yml

Lines changed: 0 additions & 50 deletions
This file was deleted.

.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)