Skip to content

Commit

Permalink
🚀 Don't build javadocs in tags
Browse files Browse the repository at this point in the history
  • Loading branch information
NatoBoram committed Apr 2, 2024
1 parent 41d785f commit 9e84225
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/gradle.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ jobs:

- run: ./gradlew build
- run: ./gradlew javadoc
if: github.ref_type != 'tag'

- name: Sign
if: github.actor != 'nektos/act' && github.actor != 'dependabot[bot]' && (github.ref_type == 'tag' || github.ref_name == 'main')
Expand Down

0 comments on commit 9e84225

Please sign in to comment.