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

GitHub actions: build also support/*
This commit is contained in:
Alexander Aleksandrovič Klimov 2021-05-20 18:08:03 +02:00 committed by GitHub
commit 2584779a89
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: