Skip to content

Commit

Permalink
Update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
brnbrd committed Mar 6, 2024
1 parent 51e638d commit 7997778
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@
# This workflow will build a Java project with Gradle and cache/restore any dependencies to improve the workflow execution time
# For more information see: https://help.github.com/actions/language-and-framework-guides/building-and-testing-java-with-gradle

name: 1.19
name: 1.20.1

on:
push:
branches: [ 1.19 ]
branches: [ 1.20.1 ]
pull_request:
branches: [ 1.19 ]
branches: [ 1.20.1 ]

jobs:
build:
Expand Down

0 comments on commit 7997778

Please sign in to comment.