Skip to content

Commit

Permalink
fix: update release
Browse files Browse the repository at this point in the history
  • Loading branch information
gary-Shen committed Feb 4, 2024
1 parent 213e752 commit 8caeb03
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: 'release'
on:
push:
branches:
- 'release'
- 'main'
- 'alpha'
jobs:
release:
Expand Down
5 changes: 0 additions & 5 deletions .github/workflows/trigger_from_labelu_kit.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
name: 'Updating .version triggered from LabelU-Kit'

on:
push:
branches:
- 'release'
- 'alpha'
workflow_dispatch:
inputs:
branch:
Expand Down Expand Up @@ -41,7 +37,6 @@ on:
type: string
jobs:
update-frontend:
if: github.event_name == 'workflow_dispatch'
strategy:
fail-fast: false
matrix:
Expand Down
2 changes: 1 addition & 1 deletion .releaserc.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
branches: [release, {name: dev, prerelease: alpha}]
branches: [main, {name: dev, prerelease: alpha}]
plugins:
- "@semantic-release/commit-analyzer"
- "@semantic-release/release-notes-generator"
Expand Down

0 comments on commit 8caeb03

Please sign in to comment.