Skip to content

Commit

Permalink
Remove branch specifications
Browse files Browse the repository at this point in the history
  • Loading branch information
cweckerl authored Jul 5, 2023
1 parent 8ff89fd commit 70f3eb9
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,7 @@

name: Java CI with Gradle

on:
push:
branches:
'*'
'!web'
pull_request:
branches:
'*'
'!web'
on: [push, pull_request]

permissions:
contents: read
Expand Down

0 comments on commit 70f3eb9

Please sign in to comment.