Skip to content

try

try #6

Workflow file for this run

name: Pipeline
on:
push:
branches:
- init-project
workflow_dispatch: # Can be triggered manually from a branch
jobs:
build:
name: Build
uses: ./.github/workflows/build.yml
with:
push: true
secrets: inherit