This commit is contained in:
Jon Eugster
2023-05-10 16:49:58 +02:00
parent dfab08df0a
commit e454fdee1f
3 changed files with 8 additions and 7 deletions

View File

@@ -1,9 +1,9 @@
name: Build and Upload
run-name: Build the game
on: [
workflow_dispatch,
on:
workflow_dispatch:
push:
branches: [ "main" ]]
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest

View File

@@ -1,9 +1,9 @@
name: Build non-main
run-name: Build non-main branch
on: [
workflow_dispatch,
on:
workflow_dispatch:
push:
branches: [ "!main" ]]
branches: [ "!main" ]
jobs:
build:
runs-on: ubuntu-latest

View File

@@ -1,6 +1,7 @@
name: Export
run-name: Export
on: [workflow_dispatch]
on:
workflow_dispatch:
jobs:
export:
runs-on: ubuntu-latest