Compare commits

..
2 Commits
Author SHA1 Message Date
brb 550551c4a0 updated to only run when tag is provided
Docker / Test (push) Successful in 40s
Docker / Publish (push) Failing after 6s
2023-07-12 10:08:13 +02:00
brb 5709c7152a 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
2023-07-11 18:41:05 +02:00
+2 -1
View File
@@ -3,7 +3,8 @@ run-name: Build and Publish Service
runs-on: ubuntu-latest runs-on: ubuntu-latest
on: on:
push: push:
branches: [release/v*] tags:
- 'v[0-9]+.[0-9]+.[0-9]+'
jobs: jobs:
test: test:
name: Test name: Test