mirror of https://github.com/Icinga/icinga2.git
Merge pull request #8352 from Icinga/bugfix/gha-support
GitHub actions: build also support/*
This commit is contained in:
commit
2584779a89
|
@ -5,6 +5,7 @@ on:
|
|||
push:
|
||||
branches:
|
||||
- master
|
||||
- 'support/*'
|
||||
release:
|
||||
types:
|
||||
- published
|
||||
|
|
|
@ -4,6 +4,7 @@ on:
|
|||
push:
|
||||
branches:
|
||||
- master
|
||||
- 'support/*'
|
||||
pull_request: {}
|
||||
|
||||
jobs:
|
||||
|
|
Loading…
Reference in New Issue