Update explorer.yml

This commit is contained in:
joeaba
2021-10-25 13:43:01 +05:30
committed by GitHub
parent 1ed26022e8
commit e3c68c2b2a

View File

@ -16,7 +16,7 @@ jobs:
defaults:
run:
working-directory: explorer
if: github.event_name == 'pull_request_target' && github.event.action == 'opened'
if: github.event_name == 'pull_request_target'
steps:
- uses: actions/checkout@v2
with: