This commit is contained in:
Stephan Auerhahn
2022-12-13 18:39:03 -08:00
parent 2634f27008
commit c3f4069252
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ name: (Backend) Publish Docker Image
on:
push:
paths:
- 'backend/**'
- "backend/**"
jobs:
build:
+1 -1
View File
@@ -3,7 +3,7 @@ name: (Bot) Publish Docker Image
on:
push:
paths:
- 'bot/**'
- "bot/**"
jobs:
build: