Skip to content

Commit

Permalink
cd(push-to-discord.yaml): add trigger and branch filter
Browse files Browse the repository at this point in the history
  • Loading branch information
minusmo committed Mar 4, 2024
1 parent 9d6f97f commit 8eaec0f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/push-to-discord.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
name: Push To Discord Channel on Pull Request Closed

on:
workflow_dispatch:
pull_request:
types: [synchronize]
branches:
- main

jobs:
push-to-discord:
Expand Down

0 comments on commit 8eaec0f

Please sign in to comment.