GitHub: Add more build types

- s/build.yml/${build}.yml/ for the existing builds

 - add filter on branches on push

 - add scan-build build triggered by pushes to the scan-build branch or by PRs
   that touch the scan-build.yml

 - add valgrind build triggered by pushes to the valgrind branch or by PRs that
   touch the valgrind.yml
This commit is contained in:
Nicolas Williams
2022-01-15 16:15:22 -06:00
parent 867457871a
commit 1ba296dc6a
5 changed files with 129 additions and 9 deletions

View File

@@ -2,6 +2,9 @@ name: Windows Build
on:
push:
branches:
- 'master'
- 'heimdal-7-1-branch'
paths:
- '!docs/**'
- '!**.md'
@@ -18,7 +21,7 @@ on:
- '**/COPYING'
- '**/INSTALL'
- '**/README*'
- '.github/workflows/build.yml'
- '.github/workflows/windows.yml'
- '!appveyor.yml'
- '!.travis.yml'
@@ -39,7 +42,7 @@ on:
- '**/COPYING'
- '**/INSTALL'
- '**/README*'
- '.github/workflows/build.yml'
- '.github/workflows/windows.yml'
- '!appveyor.yml'
- '!.travis.yml'