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 2, 2021
1 parent 813ddbd commit 3cf1d76
Show file tree
Hide file tree
Showing 2 changed files with 19 additions 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
18 changes: 18 additions & 0 deletions db/schema.rb

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 3cf1d76

Please sign in to comment.