This is an automated email from the ASF dual-hosted git repository.
jdaugherty pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/grails-gradle-publish.git
The following commit(s) were added to refs/heads/main by this push:
new 60fbab8 [skip ci] run on all branches, but not tags
60fbab8 is described below
commit 60fbab85439eeefb06702a69be0ffb4ff064f761
Author: James Daugherty <[email protected]>
AuthorDate: Tue Dec 2 13:16:35 2025 -0500
[skip ci] run on all branches, but not tags
---
.github/workflows/ci.yaml | 2 ++
1 file changed, 2 insertions(+)
diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml
index f5dd9c8..86c878e 100644
--- a/.github/workflows/ci.yaml
+++ b/.github/workflows/ci.yaml
@@ -16,6 +16,8 @@
name: "CI"
on:
push:
+ branches:
+ - '**' # all branches
tags-ignore:
- '**' # ignore any tag ref
pull_request: