Skip to content

Commit fa27794

Browse files
authored
Update build.yml
1 parent 6795db5 commit fa27794

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yml

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

0 commit comments

Comments
 (0)