cosmetic changes

This commit is contained in:
Blaquewithaq 2022-12-11 12:49:34 -06:00 committed by BlaquewithaQ (SoFloppy)
parent c04e9b7eaf
commit a3275de8a1
5 changed files with 24 additions and 12 deletions

View File

@ -2,10 +2,14 @@ name: emscripten
on:
push:
branches: "*"
branches:
- "*"
tags:
- "*"
pull_request:
branches: "*"
branches:
- "*"
jobs:
build:

View File

@ -2,10 +2,14 @@ name: linux_x64
on:
push:
branches: "*"
branches:
- "*"
tags:
- "*"
pull_request:
branches: "*"
branches:
- "*"
jobs:
build:

View File

@ -2,10 +2,14 @@ name: osx_x64
on:
push:
branches: "*"
branches:
- "*"
tags:
- "*"
pull_request:
branches: "*"
branches:
- "*"
jobs:
build:

View File

@ -2,10 +2,14 @@ name: windows_x64
on:
push:
branches: "*"
branches:
- "*"
tags:
- "*"
pull_request:
branches: "*"
branches:
- "*"
jobs:
build:

View File

@ -1,7 +1,3 @@
# 1) download artifacts from each action and zip up
# 2) get all commits between last version and new version use as release context
# 3) auto create github release based on tag with "*-release"
name: push_release
on: