Rerun upstream tests on .sh file changes too.

This commit is contained in:
Darren Tucker 2024-06-20 18:45:14 +10:00
parent dbbf9337c1
commit 603193e32a
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ name: Upstream self-hosted
on:
push:
branches: [ master ]
paths: [ '**.c', '**.h', '.github/configs', '.github/workflows/upstream.yml' ]
paths: [ '**.c', '**.h', '**.sh', '.github/configs', '.github/workflows/upstream.yml' ]
jobs:
selfhosted: