We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 62e2b2c commit 1cd59ffCopy full SHA for 1cd59ff
.github/workflows/repo-automator.yml
@@ -19,7 +19,7 @@ on:
19
jobs:
20
Validate:
21
runs-on: ubuntu-latest
22
- if: ${{ github.event_name == 'pull_request' && ! github.event.pull_request.head.repo.fork }}
+ if: "${{ github.event_name == 'push' || github.event_name == 'issues' || ( github.event_name == 'pull_request' && ! github.event.pull_request.head.repo.fork ) }}"
23
24
steps:
25
- uses: 10up/action-repo-automator@trunk
0 commit comments