mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-06 01:24:10 +00:00
ci: Update for main branch rename
This commit is contained in:
parent
a4c3dcc5a0
commit
7fbf286b3f
4
.github/workflows/test-build.yml
vendored
4
.github/workflows/test-build.yml
vendored
|
@ -3,10 +3,10 @@ name: Build and run tests
|
|||
on:
|
||||
pull_request:
|
||||
branches:
|
||||
- master
|
||||
- main
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
- main
|
||||
|
||||
jobs:
|
||||
pre_job:
|
||||
|
|
4
.github/workflows/test-compile.yml
vendored
4
.github/workflows/test-compile.yml
vendored
|
@ -3,10 +3,10 @@ name: Compiler testing
|
|||
on:
|
||||
pull_request:
|
||||
branches:
|
||||
- master
|
||||
- main
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
- main
|
||||
|
||||
jobs:
|
||||
pre_job:
|
||||
|
|
Loading…
Reference in a new issue