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 d78a37b Minor: Adjust GH actions config to service from new branch
d78a37b is described below
commit d78a37b6dbae9a69836bc8f5aaacd7dd4a833aab
Author: Richard Zowalla <[email protected]>
AuthorDate: Wed Mar 23 08:55:42 2022 +0100
Minor: Adjust GH actions config to service from new 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 7920f98..7092eca 100644
--- a/.github/workflows/main-pull-request-build.yml
+++ b/.github/workflows/main-pull-request-build.yml
@@ -3,7 +3,7 @@ name: CI Pull Request Master
on:
pull_request:
branches:
- - master
+ - tomee-8.x
workflow_dispatch:
jobs:
diff --git a/.github/workflows/main-push-build.yml
b/.github/workflows/main-push-build.yml
index 94f747a..78b434d 100644
--- a/.github/workflows/main-push-build.yml
+++ b/.github/workflows/main-push-build.yml
@@ -3,7 +3,7 @@ name: CI Master
on:
push:
branches:
- - master
+ - tomee-8.x
workflow_dispatch:
jobs: