mirror of
https://github.com/Icinga/icinga2.git
synced 2025-07-23 21:55:03 +02:00
WIP
This commit is contained in:
parent
57533a65b8
commit
fba129efda
7
.github/workflows/linux.yml
vendored
7
.github/workflows/linux.yml
vendored
@ -1,11 +1,6 @@
|
||||
name: Linux
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
- 'support/*'
|
||||
pull_request: {}
|
||||
on: push
|
||||
|
||||
concurrency:
|
||||
group: linux-${{ github.event_name == 'push' && github.sha || github.ref }}
|
||||
|
7
.github/workflows/windows.yml
vendored
7
.github/workflows/windows.yml
vendored
@ -1,11 +1,6 @@
|
||||
name: Windows
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
- 'support/*'
|
||||
pull_request: {}
|
||||
on: push
|
||||
|
||||
concurrency:
|
||||
group: windows-${{ github.event_name == 'push' && github.sha || github.ref }}
|
||||
|
Loading…
x
Reference in New Issue
Block a user