mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-04-28 22:14:52 -07:00
feat: add push trigger to release workflow for testing
This commit is contained in:
@@ -1,10 +1,9 @@
|
||||
name: Release
|
||||
|
||||
on:
|
||||
# Official Release: Triggered when a tag like v1.2.3 is pushed
|
||||
# push:
|
||||
# tags:
|
||||
# - 'v[0-9]+.[0-9]+.[0-9]+'
|
||||
push:
|
||||
branches:
|
||||
- mk-packing
|
||||
|
||||
# Pre-Release: Manual trigger from the GitHub Actions UI
|
||||
workflow_dispatch:
|
||||
|
||||
Reference in New Issue
Block a user