Skip to content

Commit d6a31c5

Browse files
committed
btrfs-progs: ci: extend pattern for branches picked by devel workflow
Add a possibility to test branches independent of devel, the pattern is prefix "ci/" or "CI/". [ci skip] Signed-off-by: David Sterba <[email protected]>
1 parent d7be6ed commit d6a31c5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/devel.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ on:
88
push:
99
branches:
1010
- devel
11+
- 'ci/**'
12+
- 'CI/**'
1113
jobs:
1214
build-simple:
1315
name: Simple build tests

0 commit comments

Comments
 (0)