Skip to content

Commit

Permalink
fixing branch to be run upon
Browse files Browse the repository at this point in the history
  • Loading branch information
knabben committed Apr 6, 2024
1 parent 860ecbc commit a71257e
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,11 @@
name: Unit Test

on:
branch:
"*"
push:
branches:
- '*'
tags:
- 'v*'

jobs:
test:
Expand Down

0 comments on commit a71257e

Please sign in to comment.