Skip to content

Commit

Permalink
Update .github/workflows/build-and-test.yml
Browse files Browse the repository at this point in the history
Co-authored-by: cliffchapmanrbx <47404136+cliffchapmanrbx@users.noreply.github.com>
  • Loading branch information
rgychiu and cliffchapmanrbx authored Nov 30, 2023
1 parent 18420ad commit 56f3af3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
needs: build
# CLA bot comments on pull requests and infers PR number from context.
# Running on the default branch causes the actiont to fail since it's not running in a PR.
if: ${{ github.event_name == 'pull_request' }}
if: ${{ github.event_name == 'pull_request' || github.event_name == 'pull_request_target' }}
steps:
- uses: actions/checkout@v3

Expand Down

0 comments on commit 56f3af3

Please sign in to comment.