Update GitHub Workflow to trigger for useful files

This commit is contained in:
Marco Massarelli 2023-07-24 17:04:41 +02:00
parent 43aa0f4294
commit 1c25f4a355
1 changed files with 9 additions and 1 deletions

View File

@ -1,4 +1,12 @@
on: [push, pull_request, workflow_dispatch]
on:
workflow_dispatch:
push:
paths:
- 'ergogen/footprints/*.js'
- 'ergogen/config.yaml'
- '.github/workflows/*.yaml'
- '.github/actions/*/action.yaml'
- 'package.json'
name: Build
jobs: