Skip to content

Commit

Permalink
Fix Github actions to trigger on push as well as PR
Browse files Browse the repository at this point in the history
  • Loading branch information
jas88 committed Jan 15, 2021
2 parents 5d03310 + 5fd0c7f commit 1dfcc41
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/dotnet-core.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
name: Build, test and package

on:
pull_request
on: [push, pull_request]

env:
MSSQL_SA_PASSWORD: "YourStrong!Passw0rd"
Expand Down Expand Up @@ -57,4 +56,4 @@ jobs:
env:
GITHUB_TOKEN: ${{ github.token }}
with:
asset_paths: '["./Rdmp.Dicom.${{ steps.version.outputs.version }}.nupkg"]'
asset_paths: '["./Rdmp.Dicom.${{ steps.version.outputs.version }}.nupkg"]'

0 comments on commit 1dfcc41

Please sign in to comment.