Skip to content

Commit 434e687

Browse files
committed
updated pipeline
1 parent e2cef68 commit 434e687

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/pipeline.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1+
name: Pipeline
2+
13
on:
24
push:
3-
branches:
4-
- main
5-
paths:
6-
- 'code/**'
7-
pull_request:
8-
paths:
9-
- 'code/**'
5+
tags:
6+
- 'v[0-9]+.[0-9]+.[0-9]+'
7+
# pull_request:
8+
# paths:
9+
# - 'code/**'
1010

1111
jobs:
1212
build:

0 commit comments

Comments
 (0)