Skip to content

Commit

Permalink
Run CI on axe branch as well
Browse files Browse the repository at this point in the history
  • Loading branch information
mlandauer committed Oct 28, 2023
1 parent 748d909 commit d02d425
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/rubyonrails.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit d02d425

Please sign in to comment.