Skip to content

Commit

Permalink
Trigger pipeline on dependency updates (#35)
Browse files Browse the repository at this point in the history
  • Loading branch information
paulschwarzenberger authored Mar 7, 2024
1 parent ced0916 commit 2e1fef9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ecdsa_default.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
paths:
- "**/*.py"
- "**/*.tf"
- "**/*.txt"
- ".github/workflows/ecdsa_default.yml"
branches:
- main
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/rsa_public_crl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
paths:
- "**/*.py"
- "**/*.tf"
- "**/*.txt"
- ".github/workflows/rsa_public.yml"
branches:
- main
Expand Down

0 comments on commit 2e1fef9

Please sign in to comment.