mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-03-14 08:01:02 -07:00
refactor: remove push trigger from release workflow
This commit is contained in:
7
.github/workflows/release.yml
vendored
7
.github/workflows/release.yml
vendored
@@ -1,9 +1,10 @@
|
||||
name: Release
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- mk-packing
|
||||
# Official Release: Triggered when a tag like v1.2.3 is pushed
|
||||
# push:
|
||||
# tags:
|
||||
# - 'v[0-9]+.[0-9]+.[0-9]+'
|
||||
|
||||
# Pre-Release: Manual trigger from the GitHub Actions UI
|
||||
workflow_dispatch:
|
||||
|
||||
Reference in New Issue
Block a user