We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b13272 commit 9ddcfd9Copy full SHA for 9ddcfd9
1 file changed
.github/workflows/build.yml
@@ -4,6 +4,11 @@ on:
4
push:
5
branches:
6
- develop
7
+ paths:
8
+ - '**.js'
9
+ - '**.json'
10
+ - '**.css'
11
+ - '!dist/**'
12
13
jobs:
14
build:
0 commit comments