mirror of https://github.com/KLayout/klayout.git
Update build.yml - enable builds on main branch
pull requests should be able to access cache from main branch (caching is useless otherwise).
This commit is contained in:
parent
21a263439f
commit
a32a6eef8c
|
|
@ -4,8 +4,11 @@ name: Build Python Wheels
|
|||
|
||||
on:
|
||||
pull_request:
|
||||
# Running on PRs is enough
|
||||
# push:
|
||||
# Running on PRs and main branch only
|
||||
# pull requests should be able to access cache from main branch
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
release:
|
||||
types: [published]
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue