Skip to content

Commit

Permalink
Merge pull request #12 from snithyanantham/dev
Browse files Browse the repository at this point in the history
action trigger on tag creation
  • Loading branch information
snithyanantham committed Jul 6, 2020
2 parents 8c154d6 + 9e3af38 commit 3c6f1ff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy-heroku.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: 'Deploy-Heroku' #set whatevername you want to your github job
on:
push:
branches:
- 'releases/**'
tags:
- '*'
jobs:
build:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 3c6f1ff

Please sign in to comment.