Skip to content

Commit

Permalink
Github Actions CI, release build should run on any branch for bug fix…
Browse files Browse the repository at this point in the history
… point releases (#1273)
  • Loading branch information
Scottmitch authored Dec 11, 2020
1 parent 7d9093d commit ae10814
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/ci-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@ on:
- "[0-9]+.[0-9]+.[0-9]+"
jobs:
build-jdk8:
# Event branches cannot be logically ANDed with tags, so we filter here
if: github.event.base_ref == 'refs/heads/main'
runs-on: ubuntu-latest
steps:
- name: Checkout Code
Expand Down

0 comments on commit ae10814

Please sign in to comment.