mirror of
https://github.com/wassname/Open-Assistant.git
synced 2026-06-27 16:10:30 +08:00
restrict docker builds to versioned tags
This commit is contained in:
@@ -4,6 +4,8 @@ on:
|
||||
push:
|
||||
paths:
|
||||
- "backend/**"
|
||||
tags:
|
||||
- v*
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
||||
@@ -4,6 +4,8 @@ on:
|
||||
push:
|
||||
paths:
|
||||
- "bot/**"
|
||||
tags:
|
||||
- v*
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
||||
Reference in New Issue
Block a user