Skip to content

Commit abeb659

Browse files
authored
ci(repo): Add workflow_dispatch trigger to major-version-check action (clerk#4404)
1 parent 1cc8737 commit abeb659

2 files changed

Lines changed: 3 additions & 0 deletions

File tree

.changeset/angry-points-attack.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
---
2+
---

.github/workflows/major-version-check.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
name: Major Version Check
22

33
on:
4+
workflow_dispatch:
45
pull_request:
56
types: [opened, edited, synchronize]
67
issue_comment:

0 commit comments

Comments
 (0)