Skip to content

Commit

Permalink
fix: Dependency workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
Kunal Nagar committed Sep 14, 2021
1 parent 4042904 commit db361c2
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,14 @@
name: Continuous Deployment

on:
push:
branches:
- 'master'
tags-ignore:
- '*.*'
workflow_run:
workflows: ['Continuous Integration']
branches: [master]
types:
- completed

jobs:
release:
needs: build
runs-on: ubuntu-latest
steps:
- name: Download production artifacts
Expand Down

0 comments on commit db361c2

Please sign in to comment.