1
0
mirror of https://github.com/olofk/serv.git synced 2026-01-27 20:17:26 +00:00

Fix CI after branch renaming

This commit is contained in:
Olof Kindgren
2021-05-05 15:32:02 +02:00
parent a5c1c8ddc4
commit 1acd829f83
2 changed files with 3 additions and 3 deletions

View File

@@ -2,9 +2,9 @@ name: serv ci
on:
push:
branches: [ master ]
branches: [ main ]
pull_request:
branches: [ master ]
branches: [ main ]
jobs:
compliance:

View File

@@ -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'