Skip to content

Commit 1ef438e

Browse files
committed
Run pipeline on tags
1 parent 3be523e commit 1ef438e

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,10 @@ name: build
22

33
on:
44
push:
5-
branches: [ master ]
5+
branches: [master]
6+
tags: ["*"]
67
pull_request:
7-
branches: [ master ]
8+
branches: [master]
89

910
jobs:
1011
build:

0 commit comments

Comments
 (0)