Skip to content

Commit

Permalink
feat: removing yml for beta-colab
Browse files Browse the repository at this point in the history
  • Loading branch information
f-steel committed Sep 4, 2024
1 parent 4f80d6f commit 99baffe
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/auto-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Build and publish Docker images
on:
workflow_dispatch:
push:
branches: [main, beta, beta-colab]
branches: [main, beta]

jobs:
release:
Expand Down
4 changes: 0 additions & 4 deletions release.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,6 @@ module.exports = {
name: 'beta',
prerelease: true,
},
{
name: 'beta-colab',
prerelease: true,
},
],
plugins: [
'@semantic-release/commit-analyzer',
Expand Down

0 comments on commit 99baffe

Please sign in to comment.