mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-23 17:15:33 +00:00
chore: fix master branch refs
Signed-off-by: Rui Chen <rui@chenrui.dev>
This commit is contained in:
parent
d73f71e813
commit
b57a803f60
17 changed files with 24 additions and 24 deletions
2
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
2
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
|
@ -43,7 +43,7 @@ body:
|
|||
attributes:
|
||||
value: >
|
||||
When providing steps to reproduce the issue, please ensure that the issue
|
||||
is reproducible in the current git master of Yosys. Also ensure to
|
||||
is reproducible in the current git main of Yosys. Also ensure to
|
||||
provide all necessary source files needed.
|
||||
|
||||
|
||||
|
|
2
.github/workflows/test-docs.yml
vendored
2
.github/workflows/test-docs.yml
vendored
|
@ -3,7 +3,7 @@ name: Build and test doc code samples
|
|||
on:
|
||||
pull_request:
|
||||
branches:
|
||||
- master
|
||||
- main
|
||||
|
||||
jobs:
|
||||
test-docs:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue