mirror of
https://github.com/zabbix/zabbix-docker.git
synced 2025-08-15 11:12:35 +02:00
Prepare for Zabbix 7.0 release
This commit is contained in:
2
.github/workflows/scorecard.yml
vendored
2
.github/workflows/scorecard.yml
vendored
@ -13,7 +13,7 @@ on:
|
||||
- cron: '39 3 * * 2'
|
||||
push:
|
||||
branches:
|
||||
- '6.4'
|
||||
- '7.0'
|
||||
|
||||
# Declare default permissions as read only.
|
||||
permissions: read-all
|
||||
|
4
.github/workflows/sonarcloud.yml
vendored
4
.github/workflows/sonarcloud.yml
vendored
@ -30,9 +30,9 @@ name: SonarCloud analysis
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [ "6.4" ]
|
||||
branches: [ "7.0" ]
|
||||
pull_request:
|
||||
branches: [ "6.4" ]
|
||||
branches: [ "7.0" ]
|
||||
workflow_dispatch:
|
||||
|
||||
permissions:
|
||||
|
Reference in New Issue
Block a user