Skip to content

Commit

Permalink
Ensure master branch is used.
Browse files Browse the repository at this point in the history
  • Loading branch information
KBBA committed Jul 27, 2023
1 parent 5138964 commit fc94b9c
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/build-push-nuget.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@ on:
workflow_run:
workflows: [Run Tests]
types: [completed]
branches: [master]
branches:
- master

jobs:
on-success:

runs-on: ubuntu-latest
if: ${{ github.event.workflow_run.conclusion != 'failure' }}
strategy:
matrix:
proj: [Monitoring, Monitoring.Web]
Expand All @@ -28,6 +28,8 @@ jobs:

- name: Checkout repository
uses: actions/checkout@v3
with:
ref: master

- name: Setup .NET Core @ Latest
uses: actions/setup-dotnet@v2
Expand Down

0 comments on commit fc94b9c

Please sign in to comment.