Skip to content

Commit

Permalink
GitHub Action: build on push to non-master branches
Browse files Browse the repository at this point in the history
  • Loading branch information
sgn committed Jan 18, 2021
1 parent c6ebac9 commit 94b3e19
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-ignore:
- master

jobs:
# Lint changed templates.
Expand Down

0 comments on commit 94b3e19

Please sign in to comment.