Skip to content

Commit

Permalink
ci: workflow adaption
Browse files Browse the repository at this point in the history
  • Loading branch information
Marius Isken committed Nov 21, 2022
1 parent b90175f commit 83fb985
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/build-wheels.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ name: Build Wheels

on:
pull_request:
push:
tags:
- v*


jobs:
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@ name: Lint
on:
pull_request:
push:
branches: [main]
branches: [master]
tags:
- v*

jobs:
pre-commit:
Expand Down

0 comments on commit 83fb985

Please sign in to comment.