We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb57881 commit c678099Copy full SHA for c678099
.github/workflows/main.yml
@@ -3,6 +3,8 @@ name: release
3
on:
4
push:
5
branches: [ master ]
6
+ paths:
7
+ - 'src/**'
8
9
jobs:
10
build:
0 commit comments