mirror of
https://github.com/s83/docker-brudi-rclone.git
synced 2024-11-30 16:35: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:
|
||||
push:
|
||||
branches: [main]
|
||||
tag_push:
|
||||
paths:
|
||||
- '*/' # Include all tags in any directory
|
||||
branches:
|
||||
- main
|
||||
tags:
|
||||
- 'v*' # Trigger on tags that start with 'v'
|
||||
|
||||
jobs:
|
||||
build-and-publish:
|
||||
|
Loading…
Reference in New Issue
Block a user