We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f3f6b98 commit adf7dd0Copy full SHA for adf7dd0
1 file changed
.github/workflows/build.yml
@@ -4,8 +4,8 @@ on:
4
push:
5
branches:
6
- '**'
7
- paths-ignore:
8
- - '!src/**'
+ paths:
+ - 'src/**'
9
10
permissions:
11
actions: read
0 commit comments