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 3256afe commit 698b6c4Copy full SHA for 698b6c4
.github/workflows/gradle.yml
@@ -34,7 +34,7 @@ jobs:
34
- name: "🏃 Run tests"
35
run: ./gradlew check
36
publish_snapshot:
37
- if: github.event_name == 'push' || github.event_name == 'workflow_dispatch'
+ if: (github.event_name == 'push' || github.event_name == 'workflow_dispatch') && github.repository_owner == 'grails-plugins'
38
name: "Build Project and Publish Snapshot release"
39
needs: test_project
40
runs-on: ubuntu-24.04
0 commit comments