Skip to content

Commit 51b30ac

Browse files
authored
ci: accept more push branches for easy to check on fork (#208)
We can use any branch name to check CI on fork.
1 parent 9c96abf commit 51b30ac

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,8 @@ name: CI
33
on:
44
push:
55
branches:
6-
- master
7-
- "check/ci/**"
8-
- "check/unix/**"
6+
- "**"
7+
- '!dependabot/**'
98
pull_request:
109

1110
jobs:

.github/workflows/windows.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,8 @@ name: Windows
33
on:
44
push:
55
branches:
6-
- master
7-
- "check/ci/**"
8-
- "check/windows/**"
6+
- "**"
7+
- '!dependabot/**'
98
pull_request:
109

1110
jobs:

0 commit comments

Comments
 (0)