Skip to content

Commit 4f94476

Browse files
committed
github actions is stupid
1 parent d1d67d0 commit 4f94476

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci-build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
on:
22
push:
33
branches:
4-
- '*'
4+
- '**'
55
pull_request:
66
branches:
7-
- '*'
7+
- '**'
88
types: [opened, reopened, synchronize]
99
workflow_call:
1010
workflow_dispatch:

0 commit comments

Comments
 (0)