mirror of https://github.com/koide3/small_gicp.git
trigger on tag
This commit is contained in:
parent
6206c44fc3
commit
f583a336a4
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in New Issue