mirror of
https://github.com/Icinga/icinga2.git
synced 2026-06-11 01:30:22 -04:00
GitHub actions: build also support/*
This commit is contained in:
parent
338d0aaa8c
commit
bf15980455
2 changed files with 2 additions and 0 deletions
1
.github/workflows/docker.yml
vendored
1
.github/workflows/docker.yml
vendored
|
|
@ -5,6 +5,7 @@ on:
|
|||
push:
|
||||
branches:
|
||||
- master
|
||||
- 'support/*'
|
||||
release:
|
||||
types:
|
||||
- published
|
||||
|
|
|
|||
1
.github/workflows/packages.yml
vendored
1
.github/workflows/packages.yml
vendored
|
|
@ -4,6 +4,7 @@ on:
|
|||
push:
|
||||
branches:
|
||||
- master
|
||||
- 'support/*'
|
||||
pull_request: {}
|
||||
|
||||
jobs:
|
||||
|
|
|
|||
Loading…
Reference in a new issue