updated to only run when tag is provided
This commit is contained in:
@@ -3,8 +3,8 @@ run-name: Build and Publish Service
|
||||
runs-on: ubuntu-latest
|
||||
on:
|
||||
push:
|
||||
branches: [release]
|
||||
tags: [v*]
|
||||
tags:
|
||||
- 'v[0-9]+.[0-9]+.[0-9]+'
|
||||
jobs:
|
||||
test:
|
||||
name: Test
|
||||
|
||||
Reference in New Issue
Block a user