We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ff7a1c0 commit 1f52636Copy full SHA for 1f52636
.github/workflows/ci.yaml
@@ -2,7 +2,7 @@ name: ci
2
3
on:
4
push:
5
- branches: [**]
+ branches: ['**']
6
tags: [v*]
7
pull_request:
8
branches: [main]
0 commit comments