We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d33b7a4 commit 828dc9dCopy full SHA for 828dc9d
.github/workflows/update-contributors.yml
@@ -7,7 +7,7 @@ on:
7
8
jobs:
9
update-contributors:
10
- if: github.event_name == 'pull_request' || github.event_name == 'closed' && github.event.pull_request.merged == true
+ if: github.event_name == 'pull_request' && github.event_name == 'closed' && github.event.pull_request.merged == true
11
runs-on: ubuntu-latest
12
13
steps:
0 commit comments