trigger on tag

This commit is contained in:
k.koide 2024-05-11 01:22:17 +09:00
parent 6206c44fc3
commit f583a336a4
1 changed files with 4 additions and 3 deletions

View File

@ -1,9 +1,10 @@
name: Build
on:
workflow_dispatch:
push:
branches: [ master ]
paths-ignore: '**.md'
tags:
- '*'
jobs:
build_wheels:
@ -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: