Our current CI workflow only runs when a commit was pushed to the master branch or in a PR. This change lets it run every time something was committed, regardless which branch was used. It also allows us to create side branches and test things online, eliminating the need to do that locally. Before the change, CI workflow didn't trigger when a commit was added to a side-branch.
Type of pull request
About
Our current CI workflow only runs when a commit was pushed to the master branch or in a PR. This change lets it run every time something was committed, regardless which branch was used. It also allows us to create side branches and test things online, eliminating the need to do that locally. Before the change, CI workflow didn't trigger when a commit was added to a side-branch.