Skip to content

Commit

Permalink
feat: run gradle action on pull_request
Browse files Browse the repository at this point in the history
  • Loading branch information
ibarrajo committed Mar 5, 2024
1 parent e20cc24 commit 6a29a3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Build cadence-java-samples

on: [ push ]
on: [ push, pull_request ]

jobs:
build-gradle-project:
Expand Down

0 comments on commit 6a29a3d

Please sign in to comment.