Skip to content

Commit a99f991

Browse files
authored
Run workflow only for codespaces.el changes
1 parent 8fa6758 commit a99f991

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/check.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,11 @@ name: check
22

33
on:
44
pull_request:
5+
paths:
6+
- "codespaces.el"
57
push:
8+
paths:
9+
- "codespaces.el"
610

711
jobs:
812
check:

0 commit comments

Comments
 (0)