diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 707bae2..1ffed9c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -6,20 +6,10 @@ on: tags-ignore: - '*' pull_request: - create: jobs: - notify: - runs-on: ubuntu-latest - continue-on-error: true - if: ${{ always() }} - steps: - - uses: PDLPorters/devops/github-actions/irc-notifications@master - with: - 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