Skip to content

Commit 2b5913e

Browse files
authored
Update build.yml
1 parent 3347fab commit 2b5913e

1 file changed

Lines changed: 3 additions & 5 deletions

File tree

.github/workflows/build.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
11
name: Build and Deploy
2-
32
on:
43
push:
5-
branches: [ master ]
6-
pull_request:
7-
branches: [ master ]
8-
4+
# Sequence of patterns matched against refs/tags
5+
tags:
6+
- 'v*' # Push events to matching v*, i.e. v1.0, v20.15.10
97
jobs:
108
build:
119
runs-on: Ubuntu-18.04

0 commit comments

Comments
 (0)