Skip to content

WIP: Spike adding Scratch project type #4576

WIP: Spike adding Scratch project type

WIP: Spike adding Scratch project type #4576

Workflow file for this run

name: CI-CD
on:
push:
branches:
- main
tags:
- "**"
pull_request:
branches:
- "**"
jobs:
deploy-branch:
if: github.ref_type == 'branch' && github.ref_name != 'main'
uses: ./.github/workflows/deploy.yml
with:
environment: previews/${{ github.ref_name }}
secrets: inherit