mirror of
https://github.com/s83/docker-brudi-rclone.git
synced 2024-11-26 05:55:29 +00:00
Update main.yml
This commit is contained in:
parent
99f8171fa8
commit
4a0b5045e4
8
.github/workflows/main.yml
vendored
8
.github/workflows/main.yml
vendored
@ -2,10 +2,10 @@ name: Build and Publish Docker Image
|
|||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: [main]
|
branches:
|
||||||
tag_push:
|
- main
|
||||||
paths:
|
tags:
|
||||||
- '*/' # Include all tags in any directory
|
- 'v*' # Trigger on tags that start with 'v'
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build-and-publish:
|
build-and-publish:
|
||||||
|
Loading…
Reference in New Issue
Block a user