Skip to content

Commit

Permalink
updated workflows to build on push and labeled deperecated ones.
Browse files Browse the repository at this point in the history
  • Loading branch information
vlabella committed Nov 23, 2024
1 parent 3c3e0f6 commit f8bff96
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-linux-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
name: Build Linux and macOS
on:
workflow_dispatch:
#pull_request:
#push:
# branches: [main]
pull_request:
push:
branches: [main]
jobs:
build:
name: Build on ${{ matrix.os }}
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/build-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
name: Build Windows
on:
workflow_dispatch:
#pull_request:
#push:
# branches: [main]
pull_request:
push:
branches: [main]
env:
VCPKG_BINARY_SOURCES: "clear;x-gha,readwrite"
BUILD_TYPE: Release
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#
# -- Build for Linux and macOS
# -- Build for Linux and macOS - used as starting point for current workflows
#
name: Build Linux and macOS Original
name: Deprecated Build Linux and macOS Original
on:
workflow_dispatch:
#pull_request:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/testbuild.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#
# -- Windows - build, build manual, package and upload
# -- Windows - build, build manual, package and upload - used as starting point for current workflows
#
name: Windows Build Original
name: Deprecated Windows Build Original
on:
workflow_dispatch:
env:
Expand Down

0 comments on commit f8bff96

Please sign in to comment.