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: