Skip to content

Commit

Permalink
chore: Adjust secrets-vault workflow to only care about itself
Browse files Browse the repository at this point in the history
Signed-off-by: Joonas Bergius <[email protected]>
  • Loading branch information
joonas committed Jul 31, 2024
1 parent 22e1462 commit eff9f84
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/secrets-vault.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,15 @@ on:
push:
branches:
- "main"
paths:
- 'secrets/secrets-vault/**'
- '.github/workflows/secrets-vault.yml'
pull_request:
branches:
- "main"
paths:
- 'secrets/secrets-vault/**'
- '.github/workflows/secrets-vault.yml'

env:
REGISTRY: ghcr.io
Expand Down

0 comments on commit eff9f84

Please sign in to comment.