1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2025-12-10 09:32:29 +01:00

Remove test push code in macOS CI

This commit is contained in:
Ted John
2020-01-09 21:16:28 +00:00
parent 8a81bb4729
commit 8893d998b8

View File

@@ -39,7 +39,6 @@ jobs:
GITHUB_BRANCH=
else
GITHUB_BRANCH=${GITHUB_REF#refs/heads/}
GITHUB_BRANCH=push/testg
if [[ ! "$GITHUB_BRANCH" =~ ^(develop|push/) ]]; then
exit 0
fi