Skip to content

Commit b96ff51

Browse files
committed
CI: Try to build on tag pushes.
1 parent 312c417 commit b96ff51

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/build.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,12 @@ name: Build and publish to test.pypi.org
33
on:
44
push:
55
branches: [main, dev]
6+
tags:
7+
- 'v*' # Push events to matching v*, i.e., v1.0, v20.15.10
68

79
jobs:
810
build:
9-
name: Build package
11+
name: Build package ${{ github.ref }}
1012
runs-on: ubuntu-latest
1113
steps:
1214
- name: Checkout repository

0 commit comments

Comments
 (0)