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 09d4863 commit 2331e33Copy full SHA for 2331e33
.github/workflows/deploy-docs.yml
@@ -1,4 +1,3 @@
1
-# .github/workflows/deploy.yml
2
name: Deploy Documentation
3
4
on:
.github/workflows/webpack.yml
@@ -3,11 +3,9 @@ name: Build distribution with Webpack
push:
5
branches: [ "main" ]
6
- # Ignore changes in folders that are affected by the auto commit. (Node.js project)
7
- paths-ignore:
8
- - 'dist/**'
9
- # pull_request:
10
- # branches: [ "main" ]
+ paths:
+ - 'src/**'
+ - 'webpack.config.js'
11
12
jobs:
13
build:
0 commit comments