mirror of
https://github.com/Cian-H/my_nvim.git
synced 2025-12-22 16:21:56 +00:00
Update build_and_publish.yaml
This commit is contained in:
3
.github/workflows/build_and_publish.yaml
vendored
3
.github/workflows/build_and_publish.yaml
vendored
@@ -4,6 +4,9 @@ on:
|
||||
push:
|
||||
branches:
|
||||
- main # or specify other branches you want to trigger the action
|
||||
paths-ignore:
|
||||
- "README.md"
|
||||
- "run.sh"
|
||||
tags:
|
||||
- 'v*' # This will also trigger on version tags
|
||||
repository_dispatch:
|
||||
|
||||
Reference in New Issue
Block a user