Compare commits

..
2 Commits
Author SHA1 Message Date
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
brb a8b27d8f21 ignored pushes to release branch without tag
pipeline / Test (push) Successful in 39s
2023-07-11 18:33:15 +02:00
+1 -1
View File
@@ -4,7 +4,7 @@ runs-on: ubuntu-latest
on:
push:
branches: [release]
tags: ['v*']
tags: [v*]
jobs:
test:
name: Test