mirror of
https://github.com/Icinga/icinga2.git
synced 2026-06-09 08:42:59 -04:00
This commit is contained in:
parent
69d55f92dc
commit
49e8258de5
2 changed files with 2 additions and 8 deletions
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…
Reference in a new issue