Skip to content

Commit

Permalink
ci: enable ci run on renovate branches
Browse files Browse the repository at this point in the history
  • Loading branch information
xoxys committed Feb 5, 2024
1 parent edbced6 commit 6c04899
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .woodpecker/build-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ when:
- event: [push, manual]
branch:
- ${CI_REPO_DEFAULT_BRANCH}
- event: [push]
branch:
- renovate/*

steps:
- name: build
Expand Down
3 changes: 3 additions & 0 deletions .woodpecker/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ when:
- event: [push, manual]
branch:
- ${CI_REPO_DEFAULT_BRANCH}
- event: [push]
branch:
- renovate/*

steps:
- name: markdownlint
Expand Down
3 changes: 3 additions & 0 deletions .woodpecker/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ when:
- event: [push, manual]
branch:
- ${CI_REPO_DEFAULT_BRANCH}
- event: [push]
branch:
- renovate/*

steps:
- name: lint
Expand Down

0 comments on commit 6c04899

Please sign in to comment.