This is an automated email from the ASF dual-hosted git repository.
fanningpj pushed a commit to branch main
in repository
https://gitbox.apache.org/repos/asf/pekko-persistence-cassandra.git
The following commit(s) were added to refs/heads/main by this push:
new 37aebaa run tests on all 1.x branches (#353)
37aebaa is described below
commit 37aebaad15f13940ad6a0113abe4e823945a10be
Author: PJ Fanning <[email protected]>
AuthorDate: Wed Jan 7 11:03:08 2026 +0100
run tests on all 1.x branches (#353)
---
.github/workflows/unit-tests.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/unit-tests.yml b/.github/workflows/unit-tests.yml
index 250b82a..d1d5f5c 100644
--- a/.github/workflows/unit-tests.yml
+++ b/.github/workflows/unit-tests.yml
@@ -13,7 +13,7 @@ on:
push:
branches:
- main
- - 1.0.x
+ - 1.*
tags-ignore: [ v.* ]
schedule:
- cron: '0 2 * * *' # every day 2am
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]