Run tcc build even if only tests have changed in pr (#2404)

This commit is contained in:
Khairul Azhar Kasmiran 2022-03-12 08:43:08 +08:00 committed by GitHub
parent 13edb7440b
commit 92439869b8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -25,6 +25,7 @@ on:
- '**.inc'
- '**/meson.build'
- 'subprojects/**'
- 'test/**'
- '.github/workflows/tcc.yml'
branches:
- 'dev'