Skip to content

Commit

Permalink
Run workflows when they change
Browse files Browse the repository at this point in the history
  • Loading branch information
mpalmer committed Sep 28, 2023
1 parent 8953aef commit 2039132
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/audit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
push:
paths:
- "**/Cargo.*"
- ".github/workflows/audit.yml"
pull_request:
branches:
- main
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/qa.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ name: Quality Control

on:
push:
paths:
- ".github/workflows/qa.yml"
branches:
- main
pull_request:
Expand Down

0 comments on commit 2039132

Please sign in to comment.