Update files that trigger GitHub Actions

This commit is contained in:
Marco Massarelli 2023-10-27 15:46:19 -04:00
parent f894dd5808
commit 31c1c8113c
1 changed files with 5 additions and 3 deletions

View File

@ -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: