Skip to content

fix calling workflow on main (#2) #2

fix calling workflow on main (#2)

fix calling workflow on main (#2) #2

Workflow file for this run

name: .NET Build and Publish
on:
push:
branches: ["main"]
jobs:
build:
uses: ./.github/workflows/ci.yml
deploy-nuget:
runs-on: ubuntu-latest
needs: build
steps:
- name: 🔫 Build Nuget
run: echo "test"