Skip to content

Commit

Permalink
fix action
Browse files Browse the repository at this point in the history
  • Loading branch information
robinweser committed Sep 4, 2024
1 parent c0f4151 commit 820967b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@ name: Test
on:
push:
branches:
- 'main'
- 'master'
paths:
- 'src/**'
- 'packages/**'
- '.github/**'
pull_request:
branches:
- 'main'
- 'master'
paths:
- 'src/**'
- 'packages/**'
- '.github/**'

jobs:
Expand Down

0 comments on commit 820967b

Please sign in to comment.