Skip to content

Commit

Permalink
fix: build (#37)
Browse files Browse the repository at this point in the history
  • Loading branch information
dwilkie authored Mar 6, 2023
1 parent 1fbc773 commit 4639bbc
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Build

on: [push]
on: push

jobs:
build:
Expand Down
6 changes: 4 additions & 2 deletions .github/workflows/update_data.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ jobs:

- name: Setup Ruby
uses: ruby/setup-ruby@v1
with:
bundler-cache: true

- name: Fetch Data
uses: ./.github/actions/fetch_data
Expand All @@ -24,8 +26,8 @@ jobs:
uses: peter-evans/create-pull-request@v3
with:
token: ${{ secrets.REPO_TOKEN }}
commit-message: "fix: Update data"
title: "fix: Update data"
commit-message: "feat: Update data"
title: "feat: Update data"
labels: "update_data"
base: "master"

Expand Down
1 change: 0 additions & 1 deletion pumi.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ Gem::Specification.new do |spec|
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
spec.require_paths = ["lib"]

spec.add_development_dependency "bump"
spec.add_development_dependency "bundler"
spec.add_development_dependency "capybara"
spec.add_development_dependency "coffee-rails"
Expand Down

0 comments on commit 4639bbc

Please sign in to comment.