Skip to content

Commit

Permalink
Merge pull request #6 from joonas/chore/secrets-vault-workflow-paths
Browse files Browse the repository at this point in the history
chore: Adjust secrets-vault workflow to only care about itself
  • Loading branch information
joonas authored Aug 1, 2024
2 parents 1395d4a + eff9f84 commit cfc4801
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 cfc4801

Please sign in to comment.