Skip to content

Commit

Permalink
ci(repo): Add workflow_dispatch trigger to major-version-check ac…
Browse files Browse the repository at this point in the history
…tion (#4404)
  • Loading branch information
anagstef authored Oct 24, 2024
1 parent 1cc8737 commit abeb659
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .changeset/angry-points-attack.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
---
---
1 change: 1 addition & 0 deletions .github/workflows/major-version-check.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: Major Version Check

on:
workflow_dispatch:
pull_request:
types: [opened, edited, synchronize]
issue_comment:
Expand Down

0 comments on commit abeb659

Please sign in to comment.