Skip to content

Commit

Permalink
Update build workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
cweckerl committed Jul 5, 2023
1 parent 99940ac commit 8ff89fd
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,13 @@ name: Java CI with Gradle

on:
push:
branches: [ "1.19.3" ]
branches:
'*'
'!web'
pull_request:
branches: [ "1.19.3" ]
branches:
'*'
'!web'

permissions:
contents: read
Expand Down

0 comments on commit 8ff89fd

Please sign in to comment.