Skip to content

Commit d33997d

Browse files
Adjust release tag trigger (#12)
1 parent 85d67d5 commit d33997d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/pipeline.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ name: Python package
22

33
on:
44
push:
5+
tags:
6+
- v*
57
branches:
68
- main
79
pull_request:
@@ -69,7 +71,7 @@ jobs:
6971
run: make lint
7072

7173
BuildPackage:
72-
name: Static Checks
74+
name: Build Package
7375
runs-on: ubuntu-latest
7476
steps:
7577
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)