Skip to content

fix

fix #63

Workflow file for this run

name: Nightly Builds
on:
push:
branches:
- 'release/**'
- master
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
jobs:
build:
uses: ./.github/workflows/my-build-action.yml
with:
name: 'Nightly Builds'
secrets: inherit
build_minified_release:
uses: ./.github/workflows/my-build-action.yml
with:
name: 'Minified Builds'
minify: true
secrets: inherit