Skip to content

Commit 581df0f

Browse files
Update build-and-publish.yml
1 parent 1cb8ffc commit 581df0f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build-and-publish.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ on:
77
push:
88
branches: [ dev , master ]
99
paths:
10-
- 'src/*'
10+
- 'src/**'
11+
- '.github/**'
1112
- '!.gradle/wrapper'
1213
- '!.gitignore'
1314
- '!LICENSE'

0 commit comments

Comments
 (0)