mirror of
https://github.com/olofk/serv.git
synced 2026-01-28 20:30:54 +00:00
Fix CI after branch renaming
This commit is contained in:
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@@ -2,9 +2,9 @@ name: serv ci
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [ master ]
|
||||
branches: [ main ]
|
||||
pull_request:
|
||||
branches: [ master ]
|
||||
branches: [ main ]
|
||||
|
||||
jobs:
|
||||
compliance:
|
||||
|
||||
2
.github/workflows/lint.yml
vendored
2
.github/workflows/lint.yml
vendored
@@ -8,7 +8,7 @@ jobs:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v1
|
||||
- name: Lint Verilog source files with Verilator
|
||||
uses: librecores/ci-fusesoc-action@master
|
||||
uses: librecores/ci-fusesoc-action@main
|
||||
with:
|
||||
command: 'run'
|
||||
core: 'serv'
|
||||
|
||||
Reference in New Issue
Block a user