Skip to content
This repository has been archived by the owner on Feb 26, 2024. It is now read-only.

Commit

Permalink
chore: remove canary, add rc to release branches (#2037)
Browse files Browse the repository at this point in the history
Preparing for a release-candidate (rc) release.
  • Loading branch information
MicaiahReid authored Jan 12, 2022
1 parent c32aee8 commit 1503a71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Release

on:
push:
branches: [beta, alpha, canary]
branches: [alpha, beta, rc]

jobs:
release:
Expand Down

0 comments on commit 1503a71

Please sign in to comment.