Skip to content

Commit 83fb985

Browse files
author
Marius Isken
committed
ci: workflow adaption
1 parent b90175f commit 83fb985

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.github/workflows/build-wheels.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@ name: Build Wheels
22

33
on:
44
pull_request:
5+
push:
6+
tags:
7+
- v*
58

69

710
jobs:

.github/workflows/lint.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,9 @@ name: Lint
33
on:
44
pull_request:
55
push:
6-
branches: [main]
6+
branches: [master]
7+
tags:
8+
- v*
79

810
jobs:
911
pre-commit:

0 commit comments

Comments
 (0)