Skip to content

Commit

Permalink
Merge pull request #8 from wasmCloud/fix/react-to-tags
Browse files Browse the repository at this point in the history
chore: Adjust workflows to react to the appropriate tags
  • Loading branch information
joonas authored Aug 2, 2024
2 parents cfc4801 + 90fa416 commit bdceaef
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/secrets-kubernetes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ on:
paths:
- "secrets/secrets-kubernetes/**"
- ".github/workflows/secrets-kubernetes.yml"
tags:
- "secrets-kubernetes-v*"
pull_request:
branches:
- "main"
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/secrets-vault.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ on:
paths:
- 'secrets/secrets-vault/**'
- '.github/workflows/secrets-vault.yml'
tags:
- "secrets-vault-v*"
pull_request:
branches:
- "main"
Expand Down

0 comments on commit bdceaef

Please sign in to comment.