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 name: Build
on: on:
workflow_dispatch:
push: push:
branches: [ master ] tags:
paths-ignore: '**.md' - '*'
jobs: jobs:
build_wheels: build_wheels:
@ -63,7 +64,7 @@ jobs:
environment: pypi environment: pypi
permissions: permissions:
id-token: write id-token: write
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags/v')
steps: steps:
- uses: actions/download-artifact@v4 - uses: actions/download-artifact@v4
with: with: