Skip to content

Commit

Permalink
chore: adding more push branches
Browse files Browse the repository at this point in the history
  • Loading branch information
abernier committed Aug 29, 2024
1 parent bb9276a commit 7f03da9
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
name: Deploy on Vercel and Publish Docker image
on:
push:
branches: ['main']
branches:
- 'main'
- 'beta'
- 'alpha'
- 'canary-*'
pull_request:
branches: ['main']

Expand Down

0 comments on commit 7f03da9

Please sign in to comment.