Skip to content

Commit

Permalink
fix: run tests on all branches
Browse files Browse the repository at this point in the history
  • Loading branch information
rameezk committed Oct 26, 2023
1 parent 0d7f3ac commit 5609de2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ on:
push:
tags-ignore:
- 'v**'
branches:
- '**'
schedule:
- cron: '0 3 * * 1' # every Monday at 03:00
workflow_dispatch:
Expand Down

0 comments on commit 5609de2

Please sign in to comment.