This is an automated email from the ASF dual-hosted git repository.
jonnybot pushed a commit to branch task/213-github-actions-for-ci
in repository https://gitbox.apache.org/repos/asf/groovy-geb.git
The following commit(s) were added to refs/heads/task/213-github-actions-for-ci
by this push:
new f116e258 Add branch to test
f116e258 is described below
commit f116e2586f3c895ea2b73b7e3f8c8601f2c5e870
Author: Jonny Carter <[email protected]>
AuthorDate: Thu Dec 5 15:19:08 2024 -0600
Add branch to test
---
.github/workflows/check.yml | 1 +
1 file changed, 1 insertion(+)
diff --git a/.github/workflows/check.yml b/.github/workflows/check.yml
index fcdda298..396c408d 100644
--- a/.github/workflows/check.yml
+++ b/.github/workflows/check.yml
@@ -19,6 +19,7 @@ on:
push:
branches:
- master
+ - task/213-github-actions-for-ci
pull_request:
jobs: