Skip to content

Commit

Permalink
GitHub Action: build on push to branches designated for CI
Browse files Browse the repository at this point in the history
  • Loading branch information
sgn authored and the-maldridge committed Mar 27, 2022
1 parent 3b7136b commit b4c6ac3
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/build.yaml
@@ -1,6 +1,10 @@
name: Check PR
name: Check build

on: pull_request
on:
pull_request:
push:
branches:
- 'ci-**'

jobs:
# Lint changed templates.
Expand Down

0 comments on commit b4c6ac3

Please sign in to comment.