0
0
mirror of https://github.com/thegeeklab/wp-gitea-release.git synced 2024-06-02 18:29:43 +02:00

ci: enable ci run on renovate branches

This commit is contained in:
Robert Kaussow 2024-02-05 08:58:33 +01:00
parent f3378d35bb
commit d4250ca836
Signed by: xoxys
GPG Key ID: 4E692A2EAECC03C0
4 changed files with 12 additions and 0 deletions

View File

@ -4,6 +4,9 @@ when:
- event: [push, manual] - event: [push, manual]
branch: branch:
- ${CI_REPO_DEFAULT_BRANCH} - ${CI_REPO_DEFAULT_BRANCH}
- event: [push]
branch:
- renovate/*
steps: steps:
- name: dryrun - name: dryrun

View File

@ -4,6 +4,9 @@ when:
- event: [push, manual] - event: [push, manual]
branch: branch:
- ${CI_REPO_DEFAULT_BRANCH} - ${CI_REPO_DEFAULT_BRANCH}
- event: [push]
branch:
- renovate/*
steps: steps:
- name: build - name: build

View File

@ -4,6 +4,9 @@ when:
- event: [push, manual] - event: [push, manual]
branch: branch:
- ${CI_REPO_DEFAULT_BRANCH} - ${CI_REPO_DEFAULT_BRANCH}
- event: [push]
branch:
- renovate/*
steps: steps:
- name: markdownlint - name: markdownlint

View File

@ -4,6 +4,9 @@ when:
- event: [push, manual] - event: [push, manual]
branch: branch:
- ${CI_REPO_DEFAULT_BRANCH} - ${CI_REPO_DEFAULT_BRANCH}
- event: [push]
branch:
- renovate/*
steps: steps:
- name: lint - name: lint