Skip to content

Commit

Permalink
chore: let workflow pr branch pattern match feature branch
Browse files Browse the repository at this point in the history
Signed-off-by: purelind <[email protected]>
  • Loading branch information
purelind committed Dec 27, 2024
1 parent 22959f4 commit 5926c36
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pd-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@ on:
- release-5.*
- release-6.*
- release-7.*
- feature/release-.*
- feature/**
pull_request:
branches:
- master
- release-4.0
- release-5.*
- release-6.*
- release-7.*
- feature/release-.*
- feature/**
concurrency:
group: ${{ github.ref }}-${{ github.workflow }}
cancel-in-progress: true
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/tso-function-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@ on:
- release-5.*
- release-6.*
- release-7.*
- feature/release-.*
- feature/**
pull_request:
branches:
- master
- release-5.*
- release-6.*
- release-7.*
- feature/release-.*
- feature/**
concurrency:
group: ${{ github.ref }}-${{ github.workflow }}
cancel-in-progress: true
Expand Down

0 comments on commit 5926c36

Please sign in to comment.