feat(ci): also run check-generated-files on pull request

This commit is contained in:
Lucas Nogueira 2022-12-12 10:36:25 -03:00
parent 62144ef3be
commit 9db9e6c037
No known key found for this signature in database
GPG Key ID: FFEA6C72E73482F1

View File

@ -5,6 +5,14 @@
name: Check generated files
on:
pull_request:
paths:
- '.github/workflows/check-generated-files.yml'
- 'tooling/api/src/**'
- 'core/tauri/scripts/bundle.global.js'
- 'core/tauri-utils/src/config.rs'
- 'tooling/cli/schema.json'
- 'core/config-schema/schema.json'
push:
paths:
- '.github/workflows/check-generated-files.yml'