Skip to content

Commit

Permalink
feat: Add workflow_dispatch for all CI workflows.
Browse files Browse the repository at this point in the history
  • Loading branch information
iphydf committed Feb 16, 2025
1 parent 8b6f56a commit 95b568f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: ci

on:
workflow_dispatch:
pull_request:
branches: [master]

Expand Down
1 change: 1 addition & 0 deletions .github/workflows/draft.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: draft

on:
workflow_dispatch:
push:
branches: [master]
pull_request_target:
Expand Down

0 comments on commit 95b568f

Please sign in to comment.