1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

Rename check_branch.master to pull_request.check_branch

because it's shown as just "master" on a pull request which does not
have the check_branch.master job yet.

"check_branch" would be easier to understand and now we can grep it from
master branch.
This commit is contained in:
Takashi Kokubun 2019-08-14 22:21:15 +09:00
parent c8f97596b7
commit 8be521662d
No known key found for this signature in database
GPG key ID: 6FFC433B12EE23DD

View file

@ -5,10 +5,10 @@
# Thus this check is mandatory for "other branches" to prevent us from merging them,
# because these branches are not synchronized from GitHub to cgit at all.
# Details: https://bugs.ruby-lang.org/issues/16094#note-10
name: check_branch
name: pull_request
on: [pull_request]
jobs:
master:
check_branch:
runs-on: ubuntu-latest
steps:
- name: Check if branch is master