Skip to content

Commit

Permalink
Add main to branches for CI
Browse files Browse the repository at this point in the history
  • Loading branch information
kategengler committed Sep 12, 2023
1 parent 5a7b6b9 commit ef771c7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
push:
branches:
- master
- main
- 'v*'
pull_request:
schedule:
Expand Down Expand Up @@ -47,7 +48,7 @@ jobs:

steps:
- uses: wyvox/action@v1
with:
with:
pnpm-args: '--no-lockfile'
- run: pnpm test:ember
working-directory: test-app
Expand Down

0 comments on commit ef771c7

Please sign in to comment.