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