mirror of https://github.com/KLayout/klayout.git
Attempt to fix release trigger in GitHub actions
This commit is contained in:
parent
6c32b715a8
commit
f61bf53263
|
|
@ -5,6 +5,8 @@ name: Build Python Wheels
|
|||
on:
|
||||
pull_request:
|
||||
push:
|
||||
release:
|
||||
types: [published]
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
|
|
|||
Loading…
Reference in New Issue