We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3967ad8 commit 38588ffCopy full SHA for 38588ff
1 file changed
.github/workflows/ci.yaml
@@ -2,9 +2,9 @@ name: CI
2
3
on:
4
push:
5
- branches: [ main ]
+ branches: [ main, dev ]
6
pull_request:
7
8
9
env:
10
GRADLE_OPTS: "-Dorg.gradle.daemon=false -Dorg.gradle.parallel=true -Dorg.gradle.workers.max=4 -Dkotlin.incremental=false"
0 commit comments