Skip to content

Revert making Async Timers persistent #39

Revert making Async Timers persistent

Revert making Async Timers persistent #39

Workflow file for this run

name: Development builds
on: push
jobs:
windows_build:
if: ${{ github.ref == 'refs/heads/develop' }}
name: 'Build for Windows'
uses: ./.github/workflows/windows.yml
secrets: inherit
macos_build:
if: ${{ github.ref == 'refs/heads/develop' }}
name: 'Build for macOS'
uses: ./.github/workflows/macos.yml
secrets: inherit