Skip to content

Commit 522c478

Browse files
committed
chore: tidy work-dispatch caller (drop deprecated ship-on-merge input, restrict push to main, normalise PR types)
1 parent 946dfbe commit 522c478

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/work-dispatch.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ on:
44
pull_request:
55
types: [opened, edited, synchronize, closed, reopened, ready_for_review, converted_to_draft]
66
push:
7+
branches:
8+
- main
79

810
jobs:
911
dispatch:
1012
uses: n3oltd/actions/.github/workflows/n3o-work-dispatch.yml@main
11-
with:
12-
ship-on-merge: true
1313
secrets: inherit

0 commit comments

Comments
 (0)