From dcafa112a6c2dc91dcadf41f452e79d19426cfb5 Mon Sep 17 00:00:00 2001 From: "Andrew W. Harn" Date: Mon, 4 Mar 2024 21:58:27 +0000 Subject: [PATCH] Last workflow update Signed-off-by: Andrew W. Harn --- .github/workflows/main.yml | 5 ++++- test | 1 - 2 files changed, 4 insertions(+), 2 deletions(-) delete mode 100644 test diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 05019d4..cf2eeca 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -2,6 +2,9 @@ name: CI for WebHelp Contribution on: push: + branches: + - master + - zowe-v1-lts pull_request_target: workflow_dispatch: inputs: @@ -17,7 +20,7 @@ on: jobs: test: runs-on: ubuntu-latest - if: (github.event_name == 'push' || github.event.pull_request.head.repo.full_name != github.repository) && !contains(github.event.head_commit.message, '[ci skip]') + if: (!contains(github.event.head_commit.message, '[ci skip]')) steps: - name: Checkout diff --git a/test b/test deleted file mode 100644 index b515e40..0000000 --- a/test +++ /dev/null @@ -1 +0,0 @@ -This is a test. Do not merge this change. \ No newline at end of file