Skip to content

Commit

Permalink
fixed yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
mcasperson committed Oct 23, 2022
1 parent 8497246 commit 42f3005
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/docker.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
name: DotNET Core Build
'on':
workflow_dispatch: {}
push: {}
jobs:
build:
runs-on: ubuntu-latest
Expand Down Expand Up @@ -58,7 +62,4 @@ jobs:
server: ${{ secrets.OCTOPUS_SERVER_URL }}
deploy_to: Dev
packages: ${{ steps.package.outputs.versions_new_line }}
name: DotNET Core Build
'on':
workflow_dispatch: {}
push: {}

0 comments on commit 42f3005

Please sign in to comment.