Skip to content

Commit 30e80ae

Browse files
committed
Only create Java bindings on pushes (to master)
1 parent 9f6a45a commit 30e80ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/compile-and-create-java-bindings.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
name: cubiomes.dll
6565
path: build/cubiomes.dll
6666
create-java-bindings:
67-
if: github.repository == 'xpple/cubiomes'
67+
if: github.repository == 'xpple/cubiomes' && github.event_name == 'push'
6868
name: Create Java bindings
6969
needs: compile
7070
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)