Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/cvam29/Basic_crud
Browse files Browse the repository at this point in the history
  • Loading branch information
shivam committed Aug 30, 2023
2 parents d6c1b07 + c996f8f commit f3f6480
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
workflow_dispatch:
push:
branches:
- main
- master

jobs:
publish:
Expand All @@ -24,4 +24,4 @@ jobs:
run: dotnet build ./Basic_crud.sln --configuration Release --no-restore

- name: Publish
run: dotnet publish ./basic_crud.sln --configuration Release --no-build
run: dotnet publish ./Basic_crud.sln --configuration Release --no-build

0 comments on commit f3f6480

Please sign in to comment.