Skip to content

Commit

Permalink
[#2] Update workflow to run on push for testing purpose
Browse files Browse the repository at this point in the history
  • Loading branch information
malparty committed Sep 24, 2021
1 parent d54bc1d commit 6939b1c
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions .github/workflows/deploy_heroku.yml
Original file line number Diff line number Diff line change
@@ -1,16 +1,6 @@
name: Deploy Heroku

on:
workflow_run:
workflows:
- Test
branches:
- master
- main
- development
types:
- completed
workflow_dispatch:
on: push

env:
DOCKER_REGISTRY_HOST: ${{ secrets.DOCKER_REGISTRY_HOST }}
Expand Down

0 comments on commit 6939b1c

Please sign in to comment.