Skip to content

Commit

Permalink
D168: Run GH actions on release-* branches
Browse files Browse the repository at this point in the history
This will:
- omit commit message action on any branch merging into release-* branches
  with active PR.
- omit commit message action on release-* branch for new commits
- run CI/CD action on release-* branch for new commits
  • Loading branch information
hiro727 committed Oct 14, 2022
1 parent 7f21164 commit 542a2b7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci_cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:
- "*"
branches:
- develop
- "release-*"

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
Expand Down
5 changes: 5 additions & 0 deletions .github/workflows/template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@ name: Template Validation
on:
pull_request:
types: [opened, edited, synchronize]
branches:
- develop
push:
branches:
- develop
workflow_dispatch:

jobs:
Expand Down

0 comments on commit 542a2b7

Please sign in to comment.