updated to only run when tag is provided to release branch
pipeline / Test (push) Successful in 52s
Docker / Test (push) Successful in 38s
Docker / Publish (push) Failing after 6s

This commit is contained in:
brb
2023-07-11 18:41:05 +02:00
parent a8b27d8f21
commit 5709c7152a
+2 -1
View File
@@ -3,7 +3,8 @@ run-name: Build and Publish Service
runs-on: ubuntu-latest
on:
push:
branches: [release/v*]
branches: [release]
tags: [v*]
jobs:
test:
name: Test