We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 826eff0 commit f603585Copy full SHA for f603585
1 file changed
.github/workflows/ci.yml
@@ -7,7 +7,9 @@ name: CI
7
8
on:
9
push:
10
- branches: [ main ]
+ branches:
11
+ - main
12
+ - cleanup/ci
13
pull_request:
14
branches: [ main ]
15
0 commit comments