Skip to content

Commit

Permalink
ci: Add renovate branches to run CI on
Browse files Browse the repository at this point in the history
  • Loading branch information
edmundmiller committed Jun 6, 2024
1 parent 694eae3 commit 389880c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/linting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ on:
push:
branches:
- main
# https://docs.renovatebot.com/key-concepts/automerge/#branch-vs-pr-automerging
- 'renovate/**' # branches Renovate creates
pull_request:

jobs:
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/playwright.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
name: Playwright Tests
on:
push:
branches:
# https://docs.renovatebot.com/key-concepts/automerge/#branch-vs-pr-automerging
- 'renovate/**' # branches Renovate creates
pull_request:

# Cancel if a newer run is started
Expand Down

0 comments on commit 389880c

Please sign in to comment.