Skip to content

Commit

Permalink
[CI] Enable CI for release branches.
Browse files Browse the repository at this point in the history
  • Loading branch information
vyazelenko committed Nov 20, 2021
1 parent 4d75d85 commit bfc192a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Expand Up @@ -3,10 +3,12 @@ on:
push:
branches:
- master
- 'release/**'
pull_request:
types: [opened, synchronize]
branches:
- master
- 'release/**'

env:
GRADLE_OPTS: "-Dorg.gradle.daemon=false -Dorg.gradle.java.installations.auto-detect=false -Dorg.gradle.warning.mode=fail"
Expand Down

0 comments on commit bfc192a

Please sign in to comment.