Skip to content

Commit

Permalink
ci: Run checks on master branch builds and all PRs
Browse files Browse the repository at this point in the history
- This matches our current thinking in
  alphagov/govuk-rfcs#123, given that [push
  events don't run on forked branches in the forked repo, or when
  they're made into PRs](#337).
  • Loading branch information
issyl0 committed Apr 27, 2020
1 parent fa60f0b commit cbacff3
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
name: govuk-docker

on: push
on:
pull_request:
push:
branches:
- master

jobs:
test:
Expand Down

0 comments on commit cbacff3

Please sign in to comment.