Skip to content

Commit

Permalink
trigger on tag
Browse files Browse the repository at this point in the history
  • Loading branch information
koide3 committed May 10, 2024
1 parent 6206c44 commit f583a33
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
name: Build

on:
workflow_dispatch:
push:
branches: [ master ]
paths-ignore: '**.md'
tags:
- '*'

jobs:
build_wheels:
Expand Down Expand Up @@ -63,7 +64,7 @@ jobs:
environment: pypi
permissions:
id-token: write
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags/v')

steps:
- uses: actions/download-artifact@v4
with:
Expand Down

0 comments on commit f583a33

Please sign in to comment.