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

    ci: Run actions on PRs automatically
---
 .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 612ccef4dd..07de0a6ca5 100644
--- a/.github/workflows/lint.yml
+++ b/.github/workflows/lint.yml
@@ -6,6 +6,7 @@ on:
     branches: release
   pull_request:
     branches: release
+    types: [opened, reopened, edited]
   schedule:
     - cron: "0 13 * * *"
 
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index 2f5a016ba9..f111e3d960 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -6,6 +6,7 @@ on:
     branches: release
   pull_request:
     branches: release
+    types: [opened, reopened, edited]
   schedule:
     - cron: "0 13 * * *"
 

Reply via email to