Update GitHub Workflow to trigger for useful files
This commit is contained in:
parent
43aa0f4294
commit
1c25f4a355
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in New Issue