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
|
||||
on:
|
||||
push:
|
||||
branches: [release/v*]
|
||||
branches: [release]
|
||||
tags: [v*]
|
||||
jobs:
|
||||
test:
|
||||
name: Test
|
||||
|
||||
Reference in New Issue
Block a user