Skip to content

Commit

Permalink
add option to run workflow manually
Browse files Browse the repository at this point in the history
  • Loading branch information
alcohol committed Oct 31, 2024
1 parent 5edaf91 commit 7c3072c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/latest.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: Latest

on:
workflow_dispatch:
pull_request:
paths:
- .github/workflows/latest.yaml
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/legacy.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: Legacy

on:
workflow_dispatch:
pull_request:
paths:
- .github/workflows/latest.yaml
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/lts.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: LTS (Long Term Support)

on:
workflow_dispatch:
pull_request:
paths:
- .github/workflows/lts.yaml
Expand Down

0 comments on commit 7c3072c

Please sign in to comment.