Skip to content

Commit e0ed9bf

Browse files
committed
Don't build unnecessarily
1 parent 2dbf44f commit e0ed9bf

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

.github/workflows/pelican-action-test.yml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,13 @@
11
name: Test the Pelican build action
22
on:
33
push:
4-
paths-ignore:
5-
- '**/linting.yml'
4+
paths:
5+
- 'pelican/**'
6+
- '.github/workflows/pelican-action-test.yml'
7+
pull:
8+
paths:
9+
- 'pelican/**'
10+
- '.github/workflows/pelican-action-test.yml'
611
workflow_dispatch:
712
jobs:
813
pelican-test:

0 commit comments

Comments
 (0)