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
  • Loading branch information
Travis Tomsu committed Feb 3, 2020
1 parent 8052e42 commit 25c238d
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/pr.yml
@@ -1,6 +1,11 @@
name: PR
name: Orca CI

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

jobs:
build:
Expand Down

0 comments on commit 25c238d

Please sign in to comment.