Skip to content

Commit 2c8058e

Browse files
committed
build: add Org files to CI ignore list
1 parent c9b24e8 commit 2c8058e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/emacs-eldev.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ name: Emacs Package CI (Eldev)
22

33
on:
44
push:
5-
paths-ignore: ['**.md', '**.adoc']
5+
paths-ignore: ['**.md', '**.org']
66
pull_request:
7-
paths-ignore: ['**.md', '**.adoc']
7+
paths-ignore: ['**.md', '**.org']
88

99
jobs:
1010
test:

0 commit comments

Comments
 (0)