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'