Skip to content

Commit

Permalink
Update workflows
Browse files Browse the repository at this point in the history
Signed-off-by: Bernd Verst <[email protected]>
  • Loading branch information
berndverst committed Nov 1, 2023
1 parent 8fa99e8 commit d0007a9
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@ name: dapr-python
on:
push:
branches:
- master
- main
- feature/*
tags:
- v*
pull_request:
branches:
- master
- main
- release-*
- feature/*
workflow_dispatch:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/fossa.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,14 @@ on:
types: [fossa]
push:
branches:
- master
- main
- release-*
- feature/*
tags:
- v*
pull_request:
branches:
- master
- main
- release-*
- feature/*
workflow_dispatch: {}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/validate_examples.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@ name: validate-examples
on:
push:
branches:
- master
- main
- feature/*
tags:
- v*
pull_request:
branches:
- master
- main
- release-*
- feature/*
workflow_dispatch:
Expand Down

0 comments on commit d0007a9

Please sign in to comment.