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

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

[elpa] externals/js2-mode 466c3e0 4/6: Change a glob


From: ELPA Syncer
Subject: [elpa] externals/js2-mode 466c3e0 4/6: Change a glob
Date: Mon, 1 Nov 2021 21:57:28 -0400 (EDT)

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

    Change a glob
---
 .github/workflows/test.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index 187fc3e..c46311c 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -4,12 +4,12 @@ on:
   pull_request:
     paths:
       - '**.el'
-      - '**ci.yml'
+      - '**.yml'
       - 'Makefile'
   push:
     paths:
       - '**.el'
-      - '**ci.yml'
+      - '**.yml'
       - 'Makefile'
 
 jobs:



reply via email to

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