Update .gitea/workflows/build.yml
This commit is contained in:
parent
39af8b3da5
commit
6cba4995dc
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user