change deploy trigger to pr too

This commit is contained in:
2024-12-22 21:59:55 +01:00
parent 677adc1e22
commit d0f80818b0
2 changed files with 2 additions and 2 deletions

View File

@@ -1,7 +1,7 @@
name: Release Auth service to Docker Hub
on:
push:
pull_request:
paths:
- "cmd/auth/**"
- "pkg/**"

View File

@@ -1,7 +1,7 @@
name: Release Backend service to Docker Hub
on:
push:
pull_request:
paths:
- "cmd/backend/**"
- "pkg/**"