Skip to content

Commit

Permalink
feat: update ci test runner to run for PR to main (#6)
Browse files Browse the repository at this point in the history
* feat: update to only run tests on PR or push to main
  • Loading branch information
cboin1996 authored Apr 16, 2024
1 parent 40a9abd commit 0513eb6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: tests

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

jobs:
test:
Expand Down

0 comments on commit 0513eb6

Please sign in to comment.