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 authored 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
Original file line number Diff line number Diff line change
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

0 comments on commit 610ab39

Please sign in to comment.