Skip to content

Commit

Permalink
chore(ci): run tests on dev branch
Browse files Browse the repository at this point in the history
  • Loading branch information
egoist committed Nov 26, 2021
1 parent ab5829d commit 8d6c772
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Expand Up @@ -2,9 +2,9 @@ name: CI

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

jobs:
test:
Expand Down

0 comments on commit 8d6c772

Please sign in to comment.