mirror of
https://github.com/zabbix/zabbix-docker.git
synced 2025-02-23 05:10:52 +01:00
Fixed default branch
This commit is contained in:
parent
4c643224dc
commit
addd09247e
2
.github/workflows/scorecard.yml
vendored
2
.github/workflows/scorecard.yml
vendored
@ -13,7 +13,7 @@ on:
|
|||||||
- cron: '39 3 * * 2'
|
- cron: '39 3 * * 2'
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- '7.0'
|
- '7.2'
|
||||||
|
|
||||||
# Declare default permissions as read only.
|
# Declare default permissions as read only.
|
||||||
permissions: read-all
|
permissions: read-all
|
||||||
|
4
.github/workflows/sonarcloud.yml
vendored
4
.github/workflows/sonarcloud.yml
vendored
@ -30,9 +30,9 @@ name: SonarCloud analysis
|
|||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: [ "7.0" ]
|
branches: [ "7.2" ]
|
||||||
pull_request:
|
pull_request:
|
||||||
branches: [ "7.0" ]
|
branches: [ "7.2" ]
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
|
||||||
permissions:
|
permissions:
|
||||||
|
Loading…
Reference in New Issue
Block a user