Skip to content

Commit

Permalink
Fixed publish workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnCampionJr committed Oct 28, 2020
1 parent 8b542a2 commit b76b122
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/dotnet-core-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: .NET Core Publish (Ubuntu)

on:
push:
# branches:
branches: [ main ]
# branches-ignore:
#pull_request:
# branches:
Expand All @@ -28,6 +28,8 @@ jobs:
runs-on: ubuntu-latest

steps:
- name: Configure MongoDB (Ubuntu)
run: sudo systemctl start mongod
- name: Checkout
uses: actions/checkout@v2
# If you want to specify a particular version, use this. Otherwise, will use the Runner's installed version
Expand Down

0 comments on commit b76b122

Please sign in to comment.