Skip to content

Commit

Permalink
fix calling workflow on main
Browse files Browse the repository at this point in the history
  • Loading branch information
adamhathcock committed Jun 6, 2024
1 parent 706b788 commit 6fcabcc
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,18 @@ name: .NET Build

on:
pull_request:
branches: ["main"]
branches: ["main"]
workflow_call:

jobs:
build:
runs-on: ubuntu-latest
outputs:
version: ${{ steps.set-version.outputs.version }}
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
filter: tree:0

- name: Setup .NET
uses: actions/setup-dotnet@v4
Expand Down

0 comments on commit 6fcabcc

Please sign in to comment.