mirror of
https://github.com/Cian-H/my_nvim.git
synced 2025-12-23 16:41:57 +00:00
Update build_and_publish.yaml
This commit is contained in:
2
.github/workflows/build_and_publish.yaml
vendored
2
.github/workflows/build_and_publish.yaml
vendored
@@ -6,6 +6,8 @@ on:
|
|||||||
- main # or specify other branches you want to trigger the action
|
- main # or specify other branches you want to trigger the action
|
||||||
tags:
|
tags:
|
||||||
- 'v*' # This will also trigger on version tags
|
- 'v*' # This will also trigger on version tags
|
||||||
|
repository_dispatch:
|
||||||
|
types: [rebuild-container] # triggered by config repo action
|
||||||
|
|
||||||
env:
|
env:
|
||||||
REGISTRY: ghcr.io
|
REGISTRY: ghcr.io
|
||||||
|
|||||||
Reference in New Issue
Block a user