From c1ce618a8ad9822ae81167230b58a4a22acc3805 Mon Sep 17 00:00:00 2001 From: James Sumners Date: Mon, 21 Feb 2022 20:26:54 -0500 Subject: [PATCH] Fix workflow --- .github/workflows/target-main.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/target-main.yml b/.github/workflows/target-main.yml index 3ca6f116e..d3ffde500 100644 --- a/.github/workflows/target-main.yml +++ b/.github/workflows/target-main.yml @@ -1,10 +1,12 @@ +name: PR Target Check + on: pull_request_target: types: [opened] jobs: comment: - if: ${{ github.base_ref }} != "master" + if: ${{ github.base_ref != "master" }} runs-on: ubuntu-latest steps: - uses: actions/github-script@v6