Skip to content

Commit

Permalink
Github Actions: dont run on pushes
Browse files Browse the repository at this point in the history
  • Loading branch information
mtmail committed Aug 9, 2024
1 parent 168a778 commit 13bbfac
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/build_wheels.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
name: Build

on: [ push, pull_request ]

on:
push:
tags:
- v**

jobs:
build_wheels:
Expand Down

0 comments on commit 13bbfac

Please sign in to comment.