mirror of
https://github.com/projectM-visualizer/projectm.git
synced 2025-10-29 19:32:24 +00:00
cosmetic changes
This commit is contained in:
parent
c04e9b7eaf
commit
a3275de8a1
8
.github/workflows/build_emscripten.yml
vendored
8
.github/workflows/build_emscripten.yml
vendored
@ -2,10 +2,14 @@ name: emscripten
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: "*"
|
||||
branches:
|
||||
- "*"
|
||||
tags:
|
||||
- "*"
|
||||
|
||||
pull_request:
|
||||
branches: "*"
|
||||
branches:
|
||||
- "*"
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
||||
8
.github/workflows/build_linux.yml
vendored
8
.github/workflows/build_linux.yml
vendored
@ -2,10 +2,14 @@ name: linux_x64
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: "*"
|
||||
branches:
|
||||
- "*"
|
||||
tags:
|
||||
- "*"
|
||||
|
||||
pull_request:
|
||||
branches: "*"
|
||||
branches:
|
||||
- "*"
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
||||
8
.github/workflows/build_osx.yml
vendored
8
.github/workflows/build_osx.yml
vendored
@ -2,10 +2,14 @@ name: osx_x64
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: "*"
|
||||
branches:
|
||||
- "*"
|
||||
tags:
|
||||
- "*"
|
||||
|
||||
pull_request:
|
||||
branches: "*"
|
||||
branches:
|
||||
- "*"
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
||||
8
.github/workflows/build_windows.yml
vendored
8
.github/workflows/build_windows.yml
vendored
@ -2,10 +2,14 @@ name: windows_x64
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: "*"
|
||||
branches:
|
||||
- "*"
|
||||
tags:
|
||||
- "*"
|
||||
|
||||
pull_request:
|
||||
branches: "*"
|
||||
branches:
|
||||
- "*"
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
||||
4
.github/workflows/push_release.yml
vendored
4
.github/workflows/push_release.yml
vendored
@ -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:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user