Skip to content
This repository has been archived by the owner on Mar 12, 2024. It is now read-only.

Commit

Permalink
Merge branch 'main' into dm-2023-air
Browse files Browse the repository at this point in the history
  • Loading branch information
damonmcc committed May 5, 2023
2 parents 42b1681 + cf4e07e commit 282fba8
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,8 @@ jobs:
(
github.event_name == 'issue_comment' &&
contains(github.event.issue.title, '[publish]') &&
contains(github.event.comment.body, '[publish]') && (
github.event.comment.author_association == 'MEMBER'
)
contains(github.event.comment.body, '[publish]') &&
github.event.comment.author_association == 'MEMBER'
) ||
(
github.event_name == 'workflow_dispatch' &&
Expand Down

0 comments on commit 282fba8

Please sign in to comment.