Skip to content

Commit 354db4e

Browse files
Update pull request workflow branch patterns
Simplified branch patterns for pull requests.
1 parent a2f57bc commit 354db4e

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

.github/workflows/pull_request.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,7 @@ name: Receive PR
55
on:
66
pull_request:
77
# Sequence of patterns matched against refs/heads
8-
branches:
9-
- feature/**
10-
- issue/**
11-
- issues/**
8+
branches: [ feature/**, issue/** ]
129

1310
jobs:
1411
build_and_test:

0 commit comments

Comments
 (0)