Skip to content

Commit

Permalink
Merge pull request #65 from conorheffron/gradle-up
Browse files Browse the repository at this point in the history
Update gradle.yml
  • Loading branch information
conorheffron authored Mar 31, 2024
2 parents c6f3101 + a6b65e9 commit 1583b53
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ name: Java CI with Gradle

on:
push:
branches: [ "dev" ]
branches: [ "dev", "release" ]
pull_request:
branches: [ "dev" ]
branches: [ "dev", "release" ]

jobs:
build:
Expand Down

0 comments on commit 1583b53

Please sign in to comment.