Skip to content

Commit

Permalink
Always run test workflow on push to main (#19)
Browse files Browse the repository at this point in the history
  • Loading branch information
OliverStolzBO authored May 7, 2024
1 parent 4098dba commit fb57ead
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/testing_and_coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ on:
branches:
- main
push:
paths:
- 'client/src/**.ts'
branches:
- main

permissions:
contents: read
Expand Down

0 comments on commit fb57ead

Please sign in to comment.