Skip to content

Commit

Permalink
ci: remove old notification merge guard (#3374)
Browse files Browse the repository at this point in the history
Follow up of #3355

I think because we changed the event type, we no longer need the
conditional/guard here.

Signed-off-by: John Cowen <[email protected]>
  • Loading branch information
johncowen authored Jan 7, 2025
1 parent 048a7a7 commit 731e8a3
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/dispatch-merged-pr-notification.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,14 @@ concurrency:

on:
push:
branches: [master, 'release-[0-9]+.[0-9]+']
branches:
- master
- release-[0-9]+.[0-9]+

permissions: {}

jobs:
dispatch-merged-pr-notififcation:
if: github.event.pull_request.merged
name: Dispatch merged PR notification
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 731e8a3

Please sign in to comment.