Skip to content

Commit

Permalink
Make danger token available in PRs.
Browse files Browse the repository at this point in the history
  • Loading branch information
dblock committed Nov 8, 2021
1 parent f682d66 commit f57ec7e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Expand Up @@ -4,14 +4,14 @@ on:
push:
branches:
- master
pull_request:
pull_request_target:
branches:
- master

jobs:
danger:
runs-on: ubuntu-latest
if: ${{ github.event_name == 'pull_request' }}
if: ${{ github.event_name == 'pull_request_target' }}
steps:
- uses: actions/checkout@v2
with:
Expand Down

0 comments on commit f57ec7e

Please sign in to comment.