Skip to content

Commit

Permalink
Fix workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
brnbrd committed Jun 30, 2024
1 parent 6a7d7b0 commit 6863543
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.20.1
name: 1.19.2

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

jobs:
build:
Expand Down

0 comments on commit 6863543

Please sign in to comment.