BACKEND In search of the one and only Holy Craap - a treasure also known as "Big Whoop(TM)" - a new adventure game written in Java and JavaScript, using Spring and React.
GNU General Public License v3.0
1
stars
0
forks
source link
Add a GitHub Action workflow to check all branches after merging master #30
This will limit the chances of conflicting changes on different branch to break the master branch.
The new workflow should run on any pull request (and new push on a merge involved in a pull request) and re-run on all pending pull requests when changes are pushed to master (not sure if GitHub Action can do that).
This will limit the chances of conflicting changes on different branch to break the
master
branch.The new workflow should run on any pull request (and new push on a merge involved in a pull request) and re-run on all pending pull requests when changes are pushed to
master
(not sure if GitHub Action can do that).