From 42c185b1f0a0096985cac23fb4a74c2f626a467d Mon Sep 17 00:00:00 2001 From: Matthew Landauer Date: Mon, 30 Oct 2023 06:17:44 +0000 Subject: [PATCH] We've merged the axe branch now --- .github/workflows/rubyonrails.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/rubyonrails.yml b/.github/workflows/rubyonrails.yml index 028059b72..de71e67b2 100644 --- a/.github/workflows/rubyonrails.yml +++ b/.github/workflows/rubyonrails.yml @@ -7,8 +7,7 @@ name: "Ruby on Rails CI" on: push: - # Temporarily we want to run CI on the axe branch as well while we get that working - branches: [ "master", "axe" ] + branches: [ "master" ] pull_request: branches: [ "master" ] jobs: