Skip to content

Commit 8ce2e55

Browse files
committed
Only build on certain paths.
1 parent 920d732 commit 8ce2e55

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@ name: Builder
22

33
on:
44
push:
5+
paths:
6+
- 'source/**'
7+
- index.php.src
8+
- .github/workflows/build.yml
59
branches:
610
- master
711
tags-ignore:

0 commit comments

Comments
 (0)