1
0
Fork 0
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:
Keiko Kaneko 2021-08-28 14:18:39 +09:00 committed by Hiroshi SHIBATA
parent ceba866864
commit e841042070
Notes: git 2021-08-31 19:06:54 +09:00

View file

@ -2,7 +2,8 @@ name: Ruby
on:
push:
- <%= config[:git_default_branch] %>
branches:
- <%= config[:git_default_branch] %>
pull_request: