This is an automated email from the ASF dual-hosted git repository.
jungm pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/bval.git
The following commit(s) were added to refs/heads/master by this push:
new a805553 Run GitHub Actions CI on all bval-* branches
a805553 is described below
commit a8055535c4da1eacf986216f4109b9c806b0dd6b
Author: Markus Jung <[email protected]>
AuthorDate: Tue Jul 9 18:50:50 2024 +0200
Run GitHub Actions CI on all bval-* branches
---
.github/workflows/bval-ci.yml | 6 ++----
1 file changed, 2 insertions(+), 4 deletions(-)
diff --git a/.github/workflows/bval-ci.yml b/.github/workflows/bval-ci.yml
index cf43638..caa13cd 100644
--- a/.github/workflows/bval-ci.yml
+++ b/.github/workflows/bval-ci.yml
@@ -25,8 +25,7 @@ on:
branches:
- master
- main
- - bval-1.1.x
- - bval-2.x
+ - bval-*
paths-ignore:
- '**.md'
- '.travis.yml'
@@ -35,8 +34,7 @@ on:
branches:
- master
- main
- - bval-1.1.x
- - bval-2.x
+ - bval-*
paths-ignore:
- '**.md'
- '.travis.yml'