branch: elpa/flymake-collection
commit 29d593cdfb223f697fd399278135cb8089144cc4
Author: Mohsin Kaleem <mohk...@kisara.moe>
Commit: Mohsin Kaleem <mohk...@kisara.moe>

    chore: Add workflow dispatch to ci
---
 .github/workflows/lint.yml | 1 +
 .github/workflows/test.yml | 1 +
 2 files changed, 2 insertions(+)

diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml
index 07de0a6ca5..330f9f8151 100644
--- a/.github/workflows/lint.yml
+++ b/.github/workflows/lint.yml
@@ -7,6 +7,7 @@ on:
   pull_request:
     branches: release
     types: [opened, reopened, edited]
+  workflow_dispatch:
   schedule:
     - cron: "0 13 * * *"
 
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index f111e3d960..5d7a3677e2 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -7,6 +7,7 @@ on:
   pull_request:
     branches: release
     types: [opened, reopened, edited]
+  workflow_dispatch:
   schedule:
     - cron: "0 13 * * *"
 

Reply via email to