Skip to content

Commit 61acda0

Browse files
ci: run on pull requests with slash in name
If branch name has slash in name, it didn't passes the `'*'` Github Actions regexp.
1 parent 442a2a2 commit 61acda0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Tests
22
on:
33
push:
44
branches:
5-
- '*'
5+
- '**'
66
paths-ignore:
77
- 'doc/**'
88
jobs:

0 commit comments

Comments
 (0)