Skip to content

Commit 8b3e3d8

Browse files
committed
CI: Add branch name patterns that trigger CI workflow
1 parent ca989cd commit 8b3e3d8

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ on:
44
push:
55
branches:
66
- master
7+
- "check/ci/**"
8+
- "check/unix/**"
79
pull_request:
810
types:
911
- opened

.github/workflows/windows.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ on:
44
push:
55
branches:
66
- master
7+
- "check/ci/**"
8+
- "check/windows/**"
79
pull_request:
810
types:
911
- opened

0 commit comments

Comments
 (0)