diff --git a/.github/workflows/rubyonrails.yml b/.github/workflows/rubyonrails.yml index de71e67b2..028059b72 100644 --- a/.github/workflows/rubyonrails.yml +++ b/.github/workflows/rubyonrails.yml @@ -7,7 +7,8 @@ name: "Ruby on Rails CI" on: push: - branches: [ "master" ] + # Temporarily we want to run CI on the axe branch as well while we get that working + branches: [ "master", "axe" ] pull_request: branches: [ "master" ] jobs: