Skip to content

Commit

Permalink
Fix workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
jsumners committed Feb 22, 2022
1 parent 5d8eb71 commit c1ce618
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/target-main.yml
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit c1ce618

Please sign in to comment.