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

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

[nongnu] elpa/exec-path-from-shell 76fbdf5d01 092/114: Fix ignore patter


From: ELPA Syncer
Subject: [nongnu] elpa/exec-path-from-shell 76fbdf5d01 092/114: Fix ignore pattern in Actions YAML
Date: Tue, 5 Sep 2023 04:00:06 -0400 (EDT)

branch: elpa/exec-path-from-shell
commit 76fbdf5d01bace97dbabf5a4b56b6d9414a7aea3
Author: Steve Purcell <steve@sanityinc.com>
Commit: GitHub <noreply@github.com>

    Fix ignore pattern in Actions YAML
---
 .github/workflows/test.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index e567a128ec..cba0cdce06 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -3,7 +3,7 @@ name: CI
 on:
   push:
     paths-ignore:
-    - '**/*.md'
+    - '**.md'
 
 jobs:
   build:



reply via email to

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