Skip to content

Commit

Permalink
Update tests.yml
Browse files Browse the repository at this point in the history
Run tests on PRs to the dev branch
  • Loading branch information
rodluger authored Jun 7, 2021
1 parent a903335 commit 033665e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: tests

on:
push:
branches: [master, main]
branches: [master, dev, main]
pull_request:
branches: [master, main]
branches: [master, dev, main]

jobs:
tests:
Expand Down

0 comments on commit 033665e

Please sign in to comment.