summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2022-11-11 17:01:43 +0900
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2022-11-11 21:12:56 +0900
commit90bbc891b192c30432c517ccb279ed687bb2d0b4 (patch)
treeb7b430ddcb76ee979b4a02c1fe7283d66325091e /.github
parent5a1ddc486bad30d795ce94021ee03c085e7a88c1 (diff)
Enable only master-branch
Notes
Notes: Merged: https://github.com/ruby/ruby/pull/6716
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/scorecards.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/scorecards.yml b/.github/workflows/scorecards.yml
index 0fc51281ef..751180d1d2 100644
--- a/.github/workflows/scorecards.yml
+++ b/.github/workflows/scorecards.yml
@@ -12,7 +12,7 @@ on:
schedule:
- cron: '22 4 * * 2'
push:
- # branches: [ "master" ]
+ branches: [ "master" ]
# Declare default permissions as read only.
permissions: read-all