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

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

commit 60bc1bfbb1d0e3ea004f6eb346383651bf2e8d6c
Author: James Daugherty <[email protected]>
AuthorDate: Mon Mar 2 07:23:33 2026 -0500

    Restore CI Action & run on PRs
---
 .github/workflows/gradle.yml | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/.github/workflows/gradle.yml b/.github/workflows/gradle.yml
index 7bc4f62..46f74d3 100644
--- a/.github/workflows/gradle.yml
+++ b/.github/workflows/gradle.yml
@@ -4,8 +4,7 @@ on:
     branches:
       - main
   pull_request:
-    branches:
-      - main
+  workflow_dispatch:
 jobs:
   build:
     runs-on: ubuntu-latest
@@ -36,4 +35,4 @@ jobs:
         if: steps.build.outcome == 'success' && github.event_name == 'push'
         run: |
           cd ./app/launch/
-          npm test -- --watchAll=false
+          npm test

Reply via email to