This is an automated email from the ASF dual-hosted git repository.

jdaugherty pushed a commit to branch 7.0.x
in repository https://gitbox.apache.org/repos/asf/grails-forge.git


The following commit(s) were added to refs/heads/7.0.x by this push:
     new c316ea4  Publish on dispatch
c316ea4 is described below

commit c316ea47f058a8d04ade78f408377186de53196f
Author: James Daugherty <[email protected]>
AuthorDate: Wed Jun 4 01:23:59 2025 -0400

    Publish on dispatch
---
 .github/workflows/gradle.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/gradle.yml b/.github/workflows/gradle.yml
index 54ca245..38985cb 100644
--- a/.github/workflows/gradle.yml
+++ b/.github/workflows/gradle.yml
@@ -64,7 +64,7 @@ jobs:
           path: grails-cli/build/distributions/apache-grails-*.zip
           if-no-files-found: 'error'
   publish:
-    if: github.repository_owner == 'apache' && github.event_name == 'push'
+    if: github.repository_owner == 'apache' && (github.event_name == 'push' || 
github.event_name == 'workflow_dispatch')
     needs: build
     runs-on: ubuntu-24.04
     steps:

Reply via email to