Signed-off-by: Jess Frazelle <github@jessfraz.com>
This commit is contained in:
Jess Frazelle
2022-04-04 09:42:46 -07:00
parent 5e204bf872
commit 5247831f32
2 changed files with 3 additions and 0 deletions

View File

@ -6,11 +6,13 @@ on:
- '**.py' - '**.py'
- .github/workflows/build-test.yml - .github/workflows/build-test.yml
- 'pyproject.toml' - 'pyproject.toml'
- 'spec.json'
pull_request: pull_request:
paths: paths:
- '**.py' - '**.py'
- .github/workflows/build-test.yml - .github/workflows/build-test.yml
- 'pyproject.toml' - 'pyproject.toml'
- 'spec.json'
jobs: jobs:
build-test: build-test:

View File

@ -6,6 +6,7 @@ on:
paths: paths:
- 'Makefile' - 'Makefile'
- .github/workflows/generate.yml - .github/workflows/generate.yml
- 'spec.json'
workflow_dispatch: workflow_dispatch:
inputs: inputs:
jobs: jobs: