From 1acd829f83bbc9194f4dc5dc7a68080da68b6e28 Mon Sep 17 00:00:00 2001 From: Olof Kindgren Date: Wed, 5 May 2021 15:32:02 +0200 Subject: [PATCH] Fix CI after branch renaming --- .github/workflows/ci.yml | 4 ++-- .github/workflows/lint.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5a8b3d0..9336b67 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -2,9 +2,9 @@ name: serv ci on: push: - branches: [ master ] + branches: [ main ] pull_request: - branches: [ master ] + branches: [ main ] jobs: compliance: diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index dc90821..9d6cb50 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -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'