Skip to content

Commit c5daad7

Browse files
authored
Merge pull request #3 from clouddrove/Devops
Added github action
2 parents 943545f + f542df6 commit c5daad7

File tree

3 files changed

+5
-6
lines changed

3 files changed

+5
-6
lines changed

.github/workflows/readme.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: 'Create README.md file'
22
on:
33
push:
44
branches:
5-
- Devops
5+
- master
66

77
jobs:
88
readme-create:

.github/workflows/terraform.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
name: static-checks
22

33
on:
4-
push:
5-
branches:
6-
- Devops
4+
pull_request:
75

86
jobs:
97
versionExtract:

.github/workflows/terratest.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
name: 'Terratest GitHub Actions'
22
on:
3-
push:
3+
pull_request:
44
branches:
5-
- Devops
5+
- master
6+
types: [labeled]
67

78
jobs:
89
DNS:

0 commit comments

Comments
 (0)