Skip to content

Commit

Permalink
add canary release on github actions
Browse files Browse the repository at this point in the history
mildronize committed Feb 5, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent b4fcb31 commit 20297e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 20297e9

Please sign in to comment.