This is an automated email from the ASF dual-hosted git repository.
rzo1 pushed a commit to branch tomee-8.x
in repository https://gitbox.apache.org/repos/asf/tomee.git
The following commit(s) were added to refs/heads/tomee-8.x by this push:
new 5059c38 Minor: Adjust GH actions for tomee-8.x branch
5059c38 is described below
commit 5059c38d54bbb40e25afb74157c0939f3015595f
Author: Richard Zowalla <[email protected]>
AuthorDate: Wed Mar 23 08:57:23 2022 +0100
Minor: Adjust GH actions for tomee-8.x branch
---
.github/workflows/main-pull-request-build.yml | 2 +-
.github/workflows/main-push-build.yml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/.github/workflows/main-pull-request-build.yml
b/.github/workflows/main-pull-request-build.yml
index 7092eca..eb282dc 100644
--- a/.github/workflows/main-pull-request-build.yml
+++ b/.github/workflows/main-pull-request-build.yml
@@ -1,4 +1,4 @@
-name: CI Pull Request Master
+name: CI Pull Request 8.x
on:
pull_request:
diff --git a/.github/workflows/main-push-build.yml
b/.github/workflows/main-push-build.yml
index 78b434d..3d743ce 100644
--- a/.github/workflows/main-push-build.yml
+++ b/.github/workflows/main-push-build.yml
@@ -1,4 +1,4 @@
-name: CI Master
+name: CI 8.x
on:
push: