Merge pull request #8353 from Icinga/bugfix/gha-support

GitHub actions: build also support/*
This commit is contained in:
Noah Hilverling 2020-10-14 09:14:54 +02:00 committed by GitHub
commit 6f40231184
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

View File

@ -5,6 +5,7 @@ on:
push:
branches:
- master
- 'support/*'
release:
types:
- published

View File

@ -4,6 +4,7 @@ on:
push:
branches:
- master
- 'support/*'
pull_request: {}
jobs: