[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
- [elpa] externals/js2-mode updated (e6a9059 -> a059c41), ELPA Syncer, 2021/11/01
- [elpa] externals/js2-mode 0ef18eb 3/6: Add more checks and two more versions to run on,
ELPA Syncer <=
- [elpa] externals/js2-mode 466c3e0 4/6: Change a glob, ELPA Syncer, 2021/11/01
- [elpa] externals/js2-mode 486dc0e 5/6: Don't bother testing Emacs 24, at least for now, ELPA Syncer, 2021/11/01
- [elpa] externals/js2-mode a059c41 6/6: Drop Travis integration, ELPA Syncer, 2021/11/01
- [elpa] externals/js2-mode 29c9369 1/6: Add GitHub Actions workflow, ELPA Syncer, 2021/11/01
- [elpa] externals/js2-mode 905adaf 2/6: Merge pull request #577 from DamienCassou/add-github-actions, ELPA Syncer, 2021/11/01