Skip to content

Commit 7394c9a

Browse files
authored
Merge pull request stfc#161 from stfc/fix_cloud_chatops_workflow
BUG: Workflow runs only on certain changes
2 parents 4e6291c + a7d7548 commit 7394c9a

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/cloud_chatops.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,13 @@
11
name: CI/CD Cloud ChatOps
22

33
on:
4-
pull_request:
4+
push:
55
branches:
66
- master
7+
pull_request:
8+
paths:
9+
- "cloud_chatops/**"
10+
- ".github/workflows/cloud_chatops.yaml"
711

812
jobs:
913
Pylint-Tests-Codecov:

0 commit comments

Comments
 (0)