Skip to content

Commit

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

steps:
- name: build
Expand Down
2 changes: 1 addition & 1 deletion .woodpecker/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ when:
- ${CI_REPO_DEFAULT_BRANCH}
- event: [push]
branch:
- renovate/*
- renovate/auto/*

steps:
- name: markdownlint
Expand Down
2 changes: 1 addition & 1 deletion .woodpecker/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ when:
- ${CI_REPO_DEFAULT_BRANCH}
- event: [push]
branch:
- renovate/*
- renovate/auto/*

steps:
- name: lint
Expand Down

0 comments on commit b01ea54

Please sign in to comment.