Skip to content

Commit

Permalink
[rubygems/rubygems] Add missing key branches:
Browse files Browse the repository at this point in the history
  • Loading branch information
neko314 authored and hsbt committed Aug 31, 2021
1 parent ceba866 commit e841042
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/bundler/templates/newgem/github/workflows/main.yml.tt
Expand Up @@ -2,7 +2,8 @@ name: Ruby

on:
push:
- <%= config[:git_default_branch] %>
branches:
- <%= config[:git_default_branch] %>

pull_request:

Expand Down

0 comments on commit e841042

Please sign in to comment.