Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 9 additions & 2 deletions .github/workflows/ci_steps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,14 @@
# This workflow will install a prebuilt Ruby version, install dependencies, and
# run tests and linters.
name: "Frederick API Gem CI"
on: [push, pull_request]
on:
push:
branches: [master]
pull_request:

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true

env:
RUBY_VERSION: 2.4.3
Expand Down Expand Up @@ -47,4 +54,4 @@ jobs:
bundler-cache: true

- name: Lint Ruby files
run: bundle exec rubocop
run: bundle exec rubocop