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:
|
on:
|
||||||
pull_request:
|
pull_request:
|
||||||
# Running on PRs is enough
|
# Running on PRs and main branch only
|
||||||
# push:
|
# pull requests should be able to access cache from main branch
|
||||||
|
push:
|
||||||
|
branches:
|
||||||
|
- master
|
||||||
release:
|
release:
|
||||||
types: [published]
|
types: [published]
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue