branch: elpa/exec-path-from-shell
commit 76fbdf5d01bace97dbabf5a4b56b6d9414a7aea3
Author: Steve Purcell <[email protected]>
Commit: GitHub <[email protected]>
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: