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 project
|
||||||
name: Build Actions
|
|
||||||
|
|
||||||
on:
|
on: [push, pull_request]
|
||||||
pull_request:
|
|
||||||
branches: [ main,activity4 ]
|
|
||||||
workflow_dispatch:
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
buildAndTestForLinuxBasedPlatforms:
|
buildForAllSupportedPlatforms:
|
||||||
name: Build for ${{ matrix.targetPlatform }}
|
name: Build for ${{ matrix.targetPlatform }}
|
||||||
# runs-on: ubuntu-22.04-large
|
# runs-on: ubuntu-22.04-large
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
Loading…
Reference in New Issue
Block a user