Skip to content

Merge pull request #94 from synacker/synacker-patch-1 #38

Merge pull request #94 from synacker/synacker-patch-1

Merge pull request #94 from synacker/synacker-patch-1 #38

Workflow file for this run

name: Develop build
on:
push:
tags-ignore:
- '**'
branches:
- master
- develop
jobs:
build:
if: github.event_name != 'pull_request'
uses: ./.github/workflows/build.yaml
with:
linux_x64_profile: linux-gcc12_x64
win_x64_profile: win-msvc194_x64
macos_arm_profile: macos-clang15_arm
macos_x64_profile: macos-clang15_x64
sign: none
secrets: inherit