From cbacff3d0a497917154b4dbf7b166f4ae4a72301 Mon Sep 17 00:00:00 2001 From: Issy Long Date: Mon, 27 Apr 2020 13:34:33 +0100 Subject: [PATCH] ci: Run checks on master branch builds and all PRs - This matches our current thinking in https://github.com/alphagov/govuk-rfcs/pull/123, given that [push events don't run on forked branches in the forked repo, or when they're made into PRs](https://github.com/alphagov/govuk-docker/pull/337). --- .github/workflows/tests.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 8f81705b..e682e05d 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -1,6 +1,10 @@ name: govuk-docker -on: push +on: + pull_request: + push: + branches: + - master jobs: test: