updated to only run when tag is provided to release branch
This commit is contained in:
@@ -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*]
|
branches: [release]
|
||||||
|
tags: [v*]
|
||||||
jobs:
|
jobs:
|
||||||
test:
|
test:
|
||||||
name: Test
|
name: Test
|
||||||
|
|||||||
Reference in New Issue
Block a user