Skip to content

Commit 89b6ee4

Browse files
author
Michał Ossowski
authored
fix wildcards in CI config branch filters
1 parent 996346a commit 89b6ee4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
name: CI
22
on:
33
pull_request:
4-
branches: ['*']
4+
branches: ['**']
55
push:
6-
branches: ['*']
6+
branches: ['**']
77
tags: [v*]
88
jobs:
99
ci:

0 commit comments

Comments
 (0)