Skip to content

Commit 828dc9d

Browse files
committed
fix(github): correct operators
1 parent d33b7a4 commit 828dc9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/update-contributors.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77

88
jobs:
99
update-contributors:
10-
if: github.event_name == 'pull_request' || github.event_name == 'closed' && github.event.pull_request.merged == true
10+
if: github.event_name == 'pull_request' && github.event_name == 'closed' && github.event.pull_request.merged == true
1111
runs-on: ubuntu-latest
1212

1313
steps:

0 commit comments

Comments
 (0)