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 committed Mar 6, 2021
1 parent 2614fc7 commit 39fbe3f
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 39fbe3f

Please sign in to comment.