Skip to content

Commit

Permalink
ci: run ci on renovate branches (#153)
Browse files Browse the repository at this point in the history
## This PR

- updates the ci to run on renovate branches

### Notes

This should address the pending automerge branches listed
[here](#132).

Signed-off-by: Michael Beemer <[email protected]>
  • Loading branch information
beeme1mr authored Jan 10, 2023
1 parent ebc5c2c commit efe26cb
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
name: CI
on:
push:
branches: ["main"]
branches:
- 'main'
- 'renovate/**'
pull_request:
branches: ["main"]
branches:
- 'main'

jobs:
main:
Expand Down

0 comments on commit efe26cb

Please sign in to comment.