Skip to content

Commit

Permalink
Missing files triggers for the CI check
Browse files Browse the repository at this point in the history
  • Loading branch information
fauust committed Feb 8, 2024
1 parent 4e73c5e commit 89d148c
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/bbm_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,26 +6,28 @@ on:
paths:
- ".github/workflows/bbm_deploy.yml"
- "autogen/**"
- "builtbot.tac"
- "buildbot.tac"
- "common_factories.py"
- "constants.py"
- "docker-compose/**"
- "locks.py"
- "master-**"
- "master.cfg"
- "os_info.yaml"
- "utils.py"
- "validate_master_cfg.sh"
pull_request:
paths:
- ".github/workflows/bbm_deploy.yml"
- "autogen/**"
- "builtbot.tac"
- "buildbot.tac"
- "common_factories.py"
- "constants.py"
- "docker-compose/**"
- "locks.py"
- "master-**"
- "master.cfg"
- "os_info.yaml"
- "utils.py"
- "validate_master_cfg.sh"

Expand Down

0 comments on commit 89d148c

Please sign in to comment.