emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/js2-mode 0ef18eb 3/6: Add more checks and two more vers


From: ELPA Syncer
Subject: [elpa] externals/js2-mode 0ef18eb 3/6: Add more checks and two more versions to run on
Date: Mon, 1 Nov 2021 21:57:27 -0400 (EDT)

branch: externals/js2-mode
commit 0ef18eb331acf06df3861ad4397bb9ff740f918d
Author: Dmitry Gutov <dgutov@yandex.ru>
Commit: Dmitry Gutov <dgutov@yandex.ru>

    Add more checks and two more versions to run on
---
 .github/workflows/test.yml | 11 +++++++++++
 1 file changed, 11 insertions(+)

diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index 6204dd9..187fc3e 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -2,15 +2,26 @@ name: CI
 
 on:
   pull_request:
+    paths:
+      - '**.el'
+      - '**ci.yml'
+      - 'Makefile'
   push:
+    paths:
+      - '**.el'
+      - '**ci.yml'
+      - 'Makefile'
 
 jobs:
   test:
+    if: github.repository_owner == 'mooz'
     runs-on: ubuntu-latest
     strategy:
       matrix:
         emacs_version:
+          - 24.1
           - 27.2
+          - snapshot
     steps:
     - name: Set up Emacs
       uses: purcell/setup-emacs@master



reply via email to

[Prev in Thread] Current Thread [Next in Thread]