Skip to content

Commit

Permalink
Merge event triggers
Browse files Browse the repository at this point in the history
  • Loading branch information
DerekRoberts committed Nov 20, 2024
1 parent 5316738 commit 62876b4
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .github/workflows/merge.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
name: Merge

on:
workflow_run:
workflows: [PR Closed]
types: [completed]
push:
branches: [main]
paths-ignore:
- '*.md'
- '.github/**'
- '.github/graphics/**'
- '!.github/workflows/**'
workflow_dispatch:

concurrency:
Expand Down

0 comments on commit 62876b4

Please sign in to comment.