Skip to content

Commit ab42f5b

Browse files
committed
Checking build before deployment
1 parent 42b0942 commit ab42f5b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ on:
77
types: [ completed ]
88

99
jobs:
10-
publish:
10+
deploy:
1111
runs-on: ubuntu-latest
12-
needs: build
12+
if: ${{ github.event.workflow_run.conclusion == 'success' }}
1313
steps:
1414
- uses: actions/checkout@v2
1515
- name: Setup .NET

0 commit comments

Comments
 (0)