Skip to content

Commit 20db9e4

Browse files
authored
Merge pull request #4260 from guardian/trigger-CI-for-pr-branches
trigger CI for `pr*` branches
2 parents c291bfd + ce5c127 commit 20db9e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
push:
66
branches:
77
- main
8-
- 'pr**'
8+
- pr*
99
jobs:
1010
CI:
1111
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)