Skip to content

Commit

Permalink
Merge branch 'main' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
jombidev authored Oct 18, 2024
2 parents e9a7231 + 9071037 commit 3413565
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
name: Java CI with Gradle

on: [ "push" ]
on:
push:
branches: ["develop"]
pull_request:
branches: ["develop"]

permissions:
contents: read
Expand Down

0 comments on commit 3413565

Please sign in to comment.