Skip to content

Commit

Permalink
more inclusive issue-notify, do stuff there not ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mohawk2 committed Dec 7, 2024
1 parent 562da38 commit 3f4fbb6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ on:
tags-ignore:
- '*'
pull_request:
create:

jobs:
notify:
Expand All @@ -19,7 +18,6 @@ jobs:
target-notifications: true
ci:
runs-on: ${{ matrix.os }}
if: ${{ github.event_name == 'push' || github.event_name == 'pull_request' }}
strategy:
fail-fast: false
matrix:
Expand Down
8 changes: 6 additions & 2 deletions .github/workflows/issue-notify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,14 @@ on:
issue_comment:
types: [created]
pull_request:
types: [closed,assigned,converted_to_draft,ready_for_review,review_requested]
pull_request_review:
types: [submitted]

push:
branches:
- '*'
tags-ignore:
- '*'
create:
jobs:
notify:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 3f4fbb6

Please # to comment.