Skip to content

Commit

Permalink
CI on every commit (temp)
Browse files Browse the repository at this point in the history
  • Loading branch information
SleepingShell committed Oct 7, 2023
1 parent 5477c83 commit 8e7c2aa
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,9 @@ name: Run tests on commit
on:
push:
branches: ['main']
paths:
- 'crates/**/*'
#paths:
#- 'crates/**/*'

jobs:
test:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 8e7c2aa

Please sign in to comment.