GitHub Action: build on push to branches designated for CI
This commit is contained in:
parent
3b7136b948
commit
b4c6ac31f4
8
.github/workflows/build.yaml
vendored
8
.github/workflows/build.yaml
vendored
|
@ -1,6 +1,10 @@
|
|||
name: Check PR
|
||||
name: Check build
|
||||
|
||||
on: pull_request
|
||||
on:
|
||||
pull_request:
|
||||
push:
|
||||
branches:
|
||||
- 'ci-**'
|
||||
|
||||
jobs:
|
||||
# Lint changed templates.
|
||||
|
|
Loading…
Reference in New Issue
Block a user