mirror of
https://github.com/DigiLive/mushroom-strategy.git
synced 2025-08-03 19:44:27 +02:00
Refactor paths and paths-ignore
Webpack doesn't need to build a distribution if the source files don't change.
This commit is contained in:
1
.github/workflows/deploy-docs.yml
vendored
1
.github/workflows/deploy-docs.yml
vendored
@@ -1,4 +1,3 @@
|
||||
# .github/workflows/deploy.yml
|
||||
name: Deploy Documentation
|
||||
|
||||
on:
|
||||
|
8
.github/workflows/webpack.yml
vendored
8
.github/workflows/webpack.yml
vendored
@@ -3,11 +3,9 @@ name: Build distribution with Webpack
|
||||
on:
|
||||
push:
|
||||
branches: [ "main" ]
|
||||
# Ignore changes in folders that are affected by the auto commit. (Node.js project)
|
||||
paths-ignore:
|
||||
- 'dist/**'
|
||||
# pull_request:
|
||||
# branches: [ "main" ]
|
||||
paths:
|
||||
- 'src/**'
|
||||
- 'webpack.config.js'
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
Reference in New Issue
Block a user