aboutsummaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/check_branch.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/check_branch.yml b/.github/workflows/check_branch.yml
index 081eb24957..5bb0e8c769 100644
--- a/.github/workflows/check_branch.yml
+++ b/.github/workflows/check_branch.yml
@@ -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