mirror of
https://github.com/mistricky/codesnap.nvim.git
synced 2025-01-13 20:37:30 -08:00
[Feat] change the trigger way of release action (#12)
This commit is contained in:
parent
600c04437c
commit
dab5602ac8
1 changed files with 2 additions and 0 deletions
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
|
@ -2,6 +2,8 @@ name: Release
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
|
paths:
|
||||||
|
project.toml
|
||||||
branches:
|
branches:
|
||||||
- main
|
- main
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue