Skip to content

Commit

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

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

jobs:
build:
Expand Down

1 comment on commit 610ab39

@vercel
Copy link

@vercel vercel bot commented on 610ab39 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.