ci: update modified files that trigger workflow execution (#280)

Some recently deleted files were still listed, while the package-lock.json file had not been added.
development
Thomas Bouffard 2023-12-04 04:13:32 +01:00 committed by GitHub
parent d9b85945f8
commit 12e50b48a5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 12 additions and 6 deletions

View File

@ -5,27 +5,30 @@ on:
branches: branches:
- development - development
paths: paths:
- '.github/actions/build-setup/**/*'
- '.github/workflows/build.yml' - '.github/workflows/build.yml'
- '.eslint*'
- '.nvmrc' - '.nvmrc'
- 'packages/**/*' - 'packages/**/*'
- '!packages/**/*.md' - '!packages/**/*.md'
- '!packages/website/**/*' - '!packages/website/**/*'
- 'scripts/**/*'
- 'babel.config.js'
- 'package.json' - 'package.json'
- 'webpack.config.js' - 'package-lock.json'
- 'tsconfig.json'
pull_request: pull_request:
branches: branches:
- development - development
paths: paths:
- '.github/actions/build-setup/**/*'
- '.github/workflows/build.yml' - '.github/workflows/build.yml'
- '.eslint*'
- '.nvmrc'
- 'packages/**/*' - 'packages/**/*'
- '!packages/**/*.md' - '!packages/**/*.md'
- '!packages/website/**/*' - '!packages/website/**/*'
- 'scripts/**/*'
- 'babel.config.js'
- 'package.json' - 'package.json'
- 'webpack.config.js' - 'package-lock.json'
- 'tsconfig.json'
jobs: jobs:
build: build:

View File

@ -5,12 +5,15 @@ on:
branches: branches:
- development - development
paths: paths:
- '.github/actions/build-setup/**/*'
- '.github/workflows/generate-website.yml' - '.github/workflows/generate-website.yml'
- '.nvmrc' - '.nvmrc'
- 'packages/core/**/*' - 'packages/core/**/*'
- 'packages/website/**/*' - 'packages/website/**/*'
- '!packages/website/README.md' - '!packages/website/README.md'
- 'package.json' - 'package.json'
- 'package-lock.json'
- 'tsconfig.json'
jobs: jobs:
build: build: