diff --git a/mcmod.yaml b/mcmod.yaml index d66e3fb..c4eb1e9 100644 --- a/mcmod.yaml +++ b/mcmod.yaml @@ -8,6 +8,8 @@ steps: commands: - chmod +x gradlew - ./gradlew build + when: + event: push - name: maven image: adoptopenjdk/openjdk8 environment: @@ -18,7 +20,5 @@ steps: commands: - chmod +x gradlew - ./gradlew publish - depends_on: - - build when: event: tag \ No newline at end of file