From: whitequark Date: Tue, 30 Jun 2020 22:28:12 +0000 (+0000) Subject: docs: fix CI workflow. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=89b9732c676ee67aa9710cbd79dc71ffe38d04b7;p=nmigen.git docs: fix CI workflow. --- diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index 69dfbeb..4ef4ea1 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -2,7 +2,7 @@ on: push name: CI jobs: build: - if: github.event_name == 'push' && github.event.ref == 'refs/heads/doc' + if: github.event_name == 'push' && github.event.ref == 'refs/heads/master' runs-on: ubuntu-latest steps: - name: Check out source code