Skip to content

Commit 924c08e

Browse files
committed
ci: accept more push branches for easy to check on fork
We can use any branch name to check CI on fork.
1 parent f825688 commit 924c08e

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
types:
1110
- opened

.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
types:
1110
- opened

0 commit comments

Comments
 (0)