From b8d2cc56ea111ba4daee7b4242c6afcc00022dee Mon Sep 17 00:00:00 2001 From: Brian Michel Date: Thu, 12 Oct 2023 17:31:33 -0400 Subject: [PATCH] Test nuget pacakge --- .github/workflows/sentry-native-windows.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/sentry-native-windows.yml b/.github/workflows/sentry-native-windows.yml index adf7918..8ae85db 100644 --- a/.github/workflows/sentry-native-windows.yml +++ b/.github/workflows/sentry-native-windows.yml @@ -1,6 +1,7 @@ name: Windows Build (sentry-native) on: + pull_request: workflow_dispatch: inputs: sentry-native-tag: @@ -33,7 +34,8 @@ jobs: with: repository: getsentry/sentry-native path: "sentry-native" - ref: ${{ github.event.inputs.sentry-native-tag }} + # ref: ${{ github.event.inputs.sentry-native-tag }} + ref: "0.6.6" submodules: 'recursive' - name: Setup Visual Studio