Skip to content

Commit

Permalink
Merge pull request #765 from Daft-Freak/actions-tweaks
Browse files Browse the repository at this point in the history
Actions tweaks
  • Loading branch information
Gadgetoid committed May 10, 2022
2 parents 9de4cba + 50c6a84 commit 203bb9c
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 5 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/Emscripten.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
name: CMake / Emscripten

on:
on:
push:
branches:
- '**' # only run on branches
pull_request:
release:
types: [created]
types: [published]

env:
# Customize the CMake build type here (Release, Debug, RelWithDebInfo, etc.)
Expand Down
6 changes: 4 additions & 2 deletions .github/workflows/Visual Studio.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
name: Visual Studio (.sln)
on:
on:
push:
branches:
- '**' # only run on branches
pull_request:

jobs:
Expand All @@ -20,4 +22,4 @@ jobs:
uses: microsoft/[email protected]

- name: Build
run: msbuild.exe vs/32blit.sln
run: msbuild.exe vs/32blit.sln
4 changes: 3 additions & 1 deletion .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,11 @@ name: CMake

on:
push:
branches:
- '**' # only run on branches
pull_request:
release:
types: [created]
types: [published]

env:
# Customize the CMake build type here (Release, Debug, RelWithDebInfo, etc.)
Expand Down

0 comments on commit 203bb9c

Please sign in to comment.