Skip to content
This repository has been archived by the owner on Dec 30, 2021. It is now read-only.

Commit

Permalink
Merge pull request #128 from kaimallea/update-release-action
Browse files Browse the repository at this point in the history
ci(github action): fix release action
  • Loading branch information
kaimallea authored Mar 13, 2021
2 parents 4834071 + b513908 commit 4431f1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Release

on:
push:
branches: [$default-branch, next, alpha, beta]
branches: [$default-branch]

jobs:
release:
Expand Down

0 comments on commit 4431f1f

Please sign in to comment.