Skip to content

Commit

Permalink
fix: merge trigger event (#1622)
Browse files Browse the repository at this point in the history
  • Loading branch information
DerekRoberts authored Nov 20, 2023
1 parent ce0263f commit ec06f1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Dump Merge Context

on:
merge: [${{ github.event.repository.default_branch }}]
merge: [main]

jobs:
contexts:
Expand Down

0 comments on commit ec06f1c

Please sign in to comment.