Skip to content

Commit

Permalink
chore: run build GitHub Actions on canary as well
Browse files Browse the repository at this point in the history
  • Loading branch information
balazsorban44 committed Dec 5, 2020
1 parent 610ab39 commit e4cc3a9
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/build.yml
Expand Up @@ -4,9 +4,13 @@ name: Build Test

on:
push:
branches: [ main, canary ]
branches:
- main
- canary
pull_request:
branches: [ main, canary ]
branches:
- main
- canary

jobs:
build:
Expand Down

1 comment on commit e4cc3a9

@vercel
Copy link

@vercel vercel bot commented on e4cc3a9 Dec 5, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.