diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 707bae2..92cc333 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -6,7 +6,6 @@ on: tags-ignore: - '*' pull_request: - create: jobs: notify: @@ -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: diff --git a/.github/workflows/issue-notify.yml b/.github/workflows/issue-notify.yml index 430b399..91d8990 100644 --- a/.github/workflows/issue-notify.yml +++ b/.github/workflows/issue-notify.yml @@ -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