Skip to content

Commit e12e6c8

Browse files
update workflow files (#5939)
Signed-off-by: vfalconisumo <[email protected]> Co-authored-by: Kim (Sumo Logic) <[email protected]>
1 parent 5535679 commit e12e6c8

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

.github/workflows/workflow_deploy-to-pantheon-prod.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,14 @@ permissions:
44
contents: write
55

66
on:
7-
workflow_dispatch:
87
push:
98
branches:
109
- main
1110
paths-ignore:
1211
- .github/**
12+
- .clabot
13+
- CONTRIBUTING.md
14+
- README.md
1315

1416
jobs:
1517
build-site:

.github/workflows/workflow_deploy-to-pantheon-staging.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,14 @@ permissions:
44
contents: write
55

66
on:
7-
workflow_dispatch:
87
push:
98
branches:
109
- staging/**
1110
paths-ignore:
1211
- .github/**
12+
- .clabot
13+
- CONTRIBUTING.md
14+
- README.md
1315

1416
jobs:
1517
build-site:

0 commit comments

Comments
 (0)