Skip to content

Commit

Permalink
fix(ci): try fixing test action
Browse files Browse the repository at this point in the history
  • Loading branch information
tatupesonen committed Sep 3, 2021
1 parent c2d1ab9 commit 2e83620
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
name: Run tests
on:
pull_request:
push: { branches: main, dev }
push:
branches:
- main
- dev

jobs:
test:
Expand Down

0 comments on commit 2e83620

Please sign in to comment.