mirror of
https://github.com/rustfs/rustfs.git
synced 2026-08-29 00:17:11 +00:00
fix: github flow (#107)
This commit is contained in:
@@ -16,7 +16,7 @@ name: Build and Release
|
|||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
tags: ["v*"]
|
tags: ["*"]
|
||||||
branches: [main]
|
branches: [main]
|
||||||
paths:
|
paths:
|
||||||
- "rustfs/**"
|
- "rustfs/**"
|
||||||
|
|||||||
@@ -16,7 +16,7 @@ name: Docker Images
|
|||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
tags: ["v*"]
|
tags: ["*"]
|
||||||
branches: [main]
|
branches: [main]
|
||||||
paths:
|
paths:
|
||||||
- "rustfs/**"
|
- "rustfs/**"
|
||||||
|
|||||||
Reference in New Issue
Block a user