We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5af801c commit c5504e4Copy full SHA for c5504e4
.github/workflows/build.yml
@@ -26,8 +26,6 @@ jobs:
26
# Configures gradle with caching
27
- name: Setup Gradle
28
uses: gradle/actions/setup-gradle@v4
29
- with:
30
- cache-disabled: true
31
# Run "gradlew publish" for origin/dev and "gradlew build" for PRs or elsewhere
32
- name: Execute Gradle ${{ (github.repository == 'PGMDev/PGM' && github.ref == 'refs/heads/dev') && 'Publish' || 'Build' }}
33
run: ./gradlew ${{ (github.repository == 'PGMDev/PGM' && github.ref == 'refs/heads/dev') && 'publish' || 'build' }}
0 commit comments