Skip to content

Commit

Permalink
Merge pull request stfc#161 from stfc/fix_cloud_chatops_workflow
Browse files Browse the repository at this point in the history
BUG: Workflow runs only on certain changes
  • Loading branch information
khalford authored Sep 13, 2024
2 parents 4e6291c + a7d7548 commit 7394c9a
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/cloud_chatops.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
name: CI/CD Cloud ChatOps

on:
pull_request:
push:
branches:
- master
pull_request:
paths:
- "cloud_chatops/**"
- ".github/workflows/cloud_chatops.yaml"

jobs:
Pylint-Tests-Codecov:
Expand Down

0 comments on commit 7394c9a

Please sign in to comment.