Skip to content
This repository has been archived by the owner on May 13, 2024. It is now read-only.

ci(test): run tests workflow on push to beta #961

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,12 @@ name: Test
on:
push:
branches:
- beta
- main
- renovate/**
pull_request:
branches:
- beta
- main

env:
Expand Down