Skip to content

Add rain to city background (#69) #222

Add rain to city background (#69)

Add rain to city background (#69) #222

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