Skip to content

Commit

Permalink
Merge pull request #57 from RizkyRajitha/dev
Browse files Browse the repository at this point in the history
update workflow
  • Loading branch information
RizkyRajitha authored Nov 19, 2021
2 parents acaeb17 + e89fb06 commit d7e3e4e
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,9 @@
name: Publish
# Only trigger, when the build workflow succeeded

on:
workflow_run:
workflows: ["Code Coverage"]
branches: [master]
types:
- completed
# - requested
push:
branches:
- master
jobs:
Publish:
if: ${{ github.event.workflow_run.conclusion == 'success' }}
Expand Down

1 comment on commit d7e3e4e

@vercel
Copy link

@vercel vercel bot commented on d7e3e4e Nov 19, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.