Rerun tests if any .github config file changes.

This commit is contained in:
Darren Tucker 2022-08-11 14:23:58 +10:00
parent 113fe6c77a
commit d0c4fa5859
3 changed files with 4 additions and 4 deletions

View File

@ -3,10 +3,10 @@ name: C/C++ CI
on: on:
push: push:
branches: [ master, ci, V_9_0 ] branches: [ master, ci, V_9_0 ]
paths: [ '**.c', '**.h', '**.m4', '**.sh', '**.yml', 'Makefile.in', 'configure.ac' ] paths: [ '**.c', '**.h', '**.m4', '**.sh', '.github/**', 'Makefile.in', 'configure.ac' ]
pull_request: pull_request:
branches: [ master ] branches: [ master ]
paths: [ '**.c', '**.h', '**.m4', '**.sh', '**.yml', 'Makefile.in', 'configure.ac' ] paths: [ '**.c', '**.h', '**.m4', '**.sh', '.github/**', 'Makefile.in', 'configure.ac' ]
jobs: jobs:
ci: ci:

View File

@ -3,7 +3,7 @@ name: C/C++ CI self-hosted
on: on:
push: push:
branches: [ master, ci, V_9_0 ] branches: [ master, ci, V_9_0 ]
paths: [ '**.c', '**.h', '**.m4', '**.sh', '**.yml', 'Makefile.in', 'configure.ac' ] paths: [ '**.c', '**.h', '**.m4', '**.sh', '.github/**', 'Makefile.in', 'configure.ac' ]
jobs: jobs:
selfhosted: selfhosted:

View File

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