mirror of
https://github.com/fbarrca/obsidian-inlineAI.git
synced 2026-07-22 11:50:24 +00:00
Update release.yml
This commit is contained in:
parent
e565b6ac37
commit
b3100f649a
1 changed files with 1 additions and 1 deletions
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
|
|
@ -3,7 +3,7 @@ name: Build and Release Obsidian Plugin
|
|||
on:
|
||||
push:
|
||||
tags:
|
||||
- 'v*' # Triggers on any tag that starts with 'v'
|
||||
- '*' # Triggers on any tag
|
||||
|
||||
env:
|
||||
PLUGIN_NAME: obsidian-inlineAI
|
||||
|
|
|
|||
Loading…
Reference in a new issue