Skip to content

Merge pull request #64 from ZEISS-PiWeb/feature/Curate-ORT #78

Merge pull request #64 from ZEISS-PiWeb/feature/Curate-ORT

Merge pull request #64 from ZEISS-PiWeb/feature/Curate-ORT #78

Workflow file for this run

# Calls a workflow that
# + builds and tests the develop branch,
# + packs and uploads a beta NuGet package.
#
# This workflow runs automatically on pushes or pull requests to develop.
name: Build, test & pack beta on develop
on:
push:
branches: [ develop ]
pull_request:
branches: [ develop ]
jobs:
develop:
# With @main we want the latest version. Consider using a version tag to avoid breaking changes.
uses: ZEISS-PiWeb/github-actions/.github/workflows/develop.yml@main
with:
do_pack: true
secrets: inherit