Update explorer.yml

This commit is contained in:
joeaba 2021-10-25 13:43:01 +05:30 committed by GitHub
parent 1ed26022e8
commit e3c68c2b2a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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: