We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c0e4737 commit f88f8d7Copy full SHA for f88f8d7
.github/workflows/ci.yaml
@@ -3,7 +3,8 @@ name: CI
3
on:
4
pull_request:
5
push:
6
- branches: [main]
+ branches: '**'
7
+ # branches: [main]
8
tags: ['v*']
9
10
jobs:
0 commit comments