mirror of
https://github.com/vcscsvcscs/GenerationsHeritage.git
synced 2025-08-12 22:09:07 +02:00
change deploy trigger to pr too
This commit is contained in:
2
.github/workflows/auth-service-cd.yml
vendored
2
.github/workflows/auth-service-cd.yml
vendored
@@ -1,7 +1,7 @@
|
||||
name: Release Auth service to Docker Hub
|
||||
|
||||
on:
|
||||
push:
|
||||
pull_request:
|
||||
paths:
|
||||
- "cmd/auth/**"
|
||||
- "pkg/**"
|
||||
|
2
.github/workflows/backend-cd.yml
vendored
2
.github/workflows/backend-cd.yml
vendored
@@ -1,7 +1,7 @@
|
||||
name: Release Backend service to Docker Hub
|
||||
|
||||
on:
|
||||
push:
|
||||
pull_request:
|
||||
paths:
|
||||
- "cmd/backend/**"
|
||||
- "pkg/**"
|
||||
|
Reference in New Issue
Block a user