Skip to content

Commit

Permalink
Update ruby.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
lagoan committed Aug 7, 2020
1 parent 77d6287 commit a2a943f
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/ruby.yml
Expand Up @@ -9,9 +9,9 @@ name: Ruby CI

on:
push:
branches: [ master ]
branches: [ feature/remove_original_file_data ]
pull_request:
branches: [ master ]
branches: [ feature/remove_original_file_data ]

jobs:
test:
Expand All @@ -20,6 +20,8 @@ jobs:

steps:
- uses: actions/checkout@v2
- name: Build the docker-compose stack
run: docker-compose up -d
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
Expand Down

0 comments on commit a2a943f

Please sign in to comment.