Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
LLytho committed Oct 16, 2022
1 parent 86cb666 commit b9b5542
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@ on:
workflow_dispatch:
push:
branches:
- '1.18'
- '1.19'
tags:
- 'v1.18-*.*.*'
- 'v1.19-*.*.*'
pull_request:
branches:
- '1.18'
- '1.19'

env:
JAVA_DIST: 'zulu'
Expand Down Expand Up @@ -54,7 +54,7 @@ jobs:
name: Release
runs-on: ubuntu-latest
needs: build
if: startsWith(github.ref, 'refs/tags/v1.18-')
if: startsWith(github.ref, 'refs/tags/v1.19-')
steps:
- name: Clone Repository
uses: actions/checkout@v2
Expand Down

0 comments on commit b9b5542

Please sign in to comment.