Skip to content

Commit

Permalink
Add release-* to workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
rmch91 committed Mar 5, 2024
1 parent 6204055 commit 3196142
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci-continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
- develop
- develop-*
- release/**
- release-*
- epic/**
workflow_dispatch:
# empty as it is used only to manually trigger the workflow
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/ci-pull-request-status.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
- develop
- develop-*
- release/**
- release-*
workflow_dispatch:
# empty as it is used only to manually trigger the workflow

Expand Down

0 comments on commit 3196142

Please sign in to comment.