diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4625e04..eed3384 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -4,9 +4,9 @@ name: Create and publish a Docker image # Configures this workflow to run every time a change is pushed to the branch called `release`. on: push: - # branches: ['release'] branches: - main + - canary pull_request: branches: - canary