From 2a9412f596d44e6a4c6beffface8230185df8fca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Pi=C4=8Dman?= Date: Mon, 22 May 2023 13:59:19 +0200 Subject: [PATCH] rubocop merged into devel --- .github/workflows/rubyonrails.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/rubyonrails.yml b/.github/workflows/rubyonrails.yml index 1fdb17be..45b6bf78 100644 --- a/.github/workflows/rubyonrails.yml +++ b/.github/workflows/rubyonrails.yml @@ -21,9 +21,9 @@ name: "GitHub CI" on: push: - branches: ["rubocop"] + branches: ["devel"] pull_request: - branches: ["rubocop"] + branches: ["devel"] jobs: plugin_tests: strategy: