dequelabs / axe-core-maven-html

Tools for using axe for web accessibility testing with JUnit, Selenium, and Playwright
Mozilla Public License 2.0
81 stars 102 forks source link

ci: ensure `sync-master-develop.yml` does not skip on merges to `master` #407

Closed Zidious closed 10 months ago

Zidious commented 10 months ago

I had to manually merged master -> into develop (https://github.com/dequelabs/axe-core-maven-html/pull/399). This PR fixes the logic that was skipping the workflow entirely.

Ref: https://github.com/dequelabs/axe-core-maven-html/actions/workflows/sync-master-develop.yml

Can see test run workflow and test pull request

No QA Required.