From: whitequark Date: Tue, 14 Jul 2020 00:25:11 +0000 (+0000) Subject: CI: run on pull requests as well, not just pushes. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=0ac487354676b384cc675c60688165b511dab87e;p=nmigen.git CI: run on pull requests as well, not just pushes. --- diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index c86c684..1a2e5ff 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -1,4 +1,7 @@ -on: push +on: + push: {} + pull_request: + types: [opened, reopened, synchronize] name: CI jobs: document: