Skip to content

Commit

Permalink
fix: Update test and release workflow so that it runs when templates …
Browse files Browse the repository at this point in the history
…are updated
  • Loading branch information
neilmunday committed Jan 18, 2024
1 parent 265f2f6 commit ba1860c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/test_and_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ on:
paths:
- '.github/workflows/test_and_release.yml'
- 'build-tools/*'
- 'etc/slurm-mail/templates/html'
- 'etc/slurm-mail/templates/text'
- 'setup.py'
- 'src/slurmmail/*.py'
- 'supported_slurm_versions.json'
Expand All @@ -16,6 +18,8 @@ on:
paths:
- '.github/workflows/test_and_release.yml'
- 'build-tools/*'
- 'etc/slurm-mail/templates/html'
- 'etc/slurm-mail/templates/text'
- 'setup.py'
- 'src/slurmmail/*.py'
- 'supported_slurm_versions.json'
Expand Down

0 comments on commit ba1860c

Please sign in to comment.