mirror of
https://github.com/KLayout/klayout.git
synced 2026-09-02 19:28:37 +02:00
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:
@@ -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]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user