Skip to content

Commit

Permalink
chore: update test ci runner to use main branch
Browse files Browse the repository at this point in the history
  • Loading branch information
cboin1996 committed Apr 16, 2024
1 parent 32008fb commit 64976dc
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, dev]
pull_request:
branches: [master, dev]
branches: [main, dev]

jobs:
test:
Expand Down

0 comments on commit 64976dc

Please sign in to comment.