mirror of
https://github.com/Icinga/icinga2.git
synced 2025-04-08 17:05:25 +02:00
_
This commit is contained in:
parent
da888b8719
commit
ba52383bb7
4
.github/workflows/docker.yml
vendored
4
.github/workflows/docker.yml
vendored
@ -2,9 +2,7 @@ name: Docker image
|
||||
|
||||
on:
|
||||
pull_request: {}
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
push: {}
|
||||
release:
|
||||
types:
|
||||
- published
|
||||
|
5
.github/workflows/linux.yml
vendored
5
.github/workflows/linux.yml
vendored
@ -1,10 +1,7 @@
|
||||
name: Linux
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
- 'support/*'
|
||||
push: {}
|
||||
pull_request: {}
|
||||
|
||||
concurrency:
|
||||
|
5
.github/workflows/windows.yml
vendored
5
.github/workflows/windows.yml
vendored
@ -1,10 +1,7 @@
|
||||
name: Windows
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
- 'support/*'
|
||||
push: {}
|
||||
pull_request: {}
|
||||
|
||||
concurrency:
|
||||
|
Loading…
x
Reference in New Issue
Block a user