Skip to content

Commit 8db87f0

Browse files
committed
Trigger workflow on PR and script changes
1 parent 448885d commit 8db87f0

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/generate-codenameone-skins.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,13 @@ on:
77
- '.github/workflows/**'
88
- '**/*.yml'
99
- '**/*.yaml'
10+
- 'scripts/**'
11+
pull_request:
12+
paths:
13+
- '.github/workflows/**'
14+
- '**/*.yml'
15+
- '**/*.yaml'
16+
- 'scripts/**'
1017

1118
permissions:
1219
contents: write

0 commit comments

Comments
 (0)