Skip to content

Commit

Permalink
chore(build): Do GitHub Actions CI builds on master & release branches (
Browse files Browse the repository at this point in the history
spinnaker#1035)

Co-authored-by: Adam Jordens <[email protected]>
  • Loading branch information
Travis Tomsu and ajordens authored Feb 3, 2020
1 parent 82e4b0b commit 3e729f8
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
name: PR
name: Gate CI

on: [pull_request]
on:
pull_request:
push:
branches:
- master
- release-*

jobs:
build:
Expand Down

0 comments on commit 3e729f8

Please sign in to comment.