Skip to content

Commit

Permalink
more workflow triggers
Browse files Browse the repository at this point in the history
Signed-off-by: Bernd Verst <[email protected]>
  • Loading branch information
berndverst committed Nov 27, 2023
1 parent c0ad5fc commit 5fb9bd5
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/fossa.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@ on:
- feature/*
tags:
- v*
- workflow-v*
- grpc-v*
- flask-v*
- fastapi-v*
pull_request:
branches:
- main
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/validate_examples.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ on:
- feature/*
tags:
- v*
- workflow-v*
- grpc-v*
- fastapi-v*
- flask-v*
pull_request:
branches:
- main
Expand Down

0 comments on commit 5fb9bd5

Please sign in to comment.