Skip to content

Commit

Permalink
chore(github): run tests on main
Browse files Browse the repository at this point in the history
  • Loading branch information
rafegoldberg committed Dec 25, 2021
1 parent 1db5fc8 commit 7e27c34
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
name: Test
on: pull_request
on:
pull_request:
branches: "**"
push:
branches: "main"
jobs:
run-test:
name: Test
Expand All @@ -25,4 +29,4 @@ jobs:
npm ci
- name: Run Tests
run: |
npm test
npm test

0 comments on commit 7e27c34

Please sign in to comment.