Skip to content

Commit

Permalink
Run builds on master pushes and PRs
Browse files Browse the repository at this point in the history
  • Loading branch information
yuki24 committed Dec 14, 2019
1 parent cba0675 commit 36fbdfc
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/ruby.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
name: Ruby

on:
pull_request:
branches:
- 'master'
push:
branches:
- 'master'

jobs:
build:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 36fbdfc

Please sign in to comment.