Update files that trigger GitHub Actions
This commit is contained in:
parent
f894dd5808
commit
31c1c8113c
|
|
@ -2,12 +2,14 @@ on:
|
|||
workflow_dispatch:
|
||||
push:
|
||||
paths:
|
||||
- 'ergogen/footprints/*.js'
|
||||
- 'ergogen/config.yaml'
|
||||
- 'kibot/*.yaml'
|
||||
- '.github/workflows/*.yaml'
|
||||
- '.github/actions/*/action.yaml'
|
||||
- 'ergogen/footprints/*.js'
|
||||
- 'ergogen/config.yaml'
|
||||
- 'kibot/*'
|
||||
- 'freerouting/*'
|
||||
- 'package.json'
|
||||
- '*.nix'
|
||||
|
||||
name: Build
|
||||
jobs:
|
||||
|
|
|
|||
Loading…
Reference in New Issue