diff --git a/.gitea/workflows/build.yml b/.gitea/workflows/build.yml index 9d1bd046..63b336fa 100644 --- a/.gitea/workflows/build.yml +++ b/.gitea/workflows/build.yml @@ -1,13 +1,9 @@ -# https://game.ci/docs/github/getting-started -name: Build Actions +name: Build project -on: - pull_request: - branches: [ main,activity4 ] - workflow_dispatch: +on: [push, pull_request] jobs: - buildAndTestForLinuxBasedPlatforms: + buildForAllSupportedPlatforms: name: Build for ${{ matrix.targetPlatform }} # runs-on: ubuntu-22.04-large runs-on: ubuntu-latest