mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
[rubygems/rubygems] Add missing key branches:
ref: https://docs.github.com/en/actions/reference/workflow-syntax-for-github-actions#onpushpull_requestbranchestags Running jobs with only branch name, without `branches:`, CI fails https://github.com/rubygems/rubygems/commit/fcec167d61
This commit is contained in:
parent
ceba866864
commit
e841042070
Notes:
git
2021-08-31 19:06:54 +09:00
1 changed files with 2 additions and 1 deletions
|
@ -2,7 +2,8 @@ name: Ruby
|
|||
|
||||
on:
|
||||
push:
|
||||
- <%= config[:git_default_branch] %>
|
||||
branches:
|
||||
- <%= config[:git_default_branch] %>
|
||||
|
||||
pull_request:
|
||||
|
||||
|
|
Loading…
Reference in a new issue