Rebased and Squashed all commits into one.
Github Actions are triggered upon pull-request to master branch
For some reason(?) Github Actions don't show up under the Actions tab unless I make the first pull-request. Branch Status Checks are also disabled until then. A workaround would be to make a small edit (like to the run-server.sh script), then commit that change to a new branch and then open a PR from the new branch to master branch. This seems to 'wake-up' the Github Actions and the Branch Status checks suddenly detect the presence of our YAML file.
Rebased and Squashed all commits into one. Github Actions are triggered upon pull-request to master branch For some reason(?) Github Actions don't show up under the Actions tab unless I make the first pull-request. Branch Status Checks are also disabled until then. A workaround would be to make a small edit (like to the run-server.sh script), then commit that change to a new branch and then open a PR from the new branch to master branch. This seems to 'wake-up' the Github Actions and the Branch Status checks suddenly detect the presence of our YAML file.