Skip to content

Commit

Permalink
build: cleaning up build steps
Browse files Browse the repository at this point in the history
  • Loading branch information
jrogers-hedgeye committed Sep 5, 2024
1 parent b78b610 commit 66d8be3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 11 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: Ruby

on:
push:
branches: [ "main" ]
branches: [ "master" ]
pull_request:
branches: [ "main" ]
branches: [ "master" ]

permissions:
contents: read
Expand Down
9 changes: 0 additions & 9 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,3 @@ load "rails/tasks/engine.rake"
load "rails/tasks/statistics.rake"

require "bundler/gem_tasks"
require 'github_changelog_generator/task'

GitHubChangelogGenerator::RakeTask.new :changelog do |config|
config.user = ENV.fetch('GITHUB_USER', nil)
if config.user.nil?
puts "env. var. GITHUB_USER is not set"
return
end
end

0 comments on commit 66d8be3

Please sign in to comment.