Skip to content

Commit

Permalink
v5.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Aveek-Saha committed May 10, 2020
1 parent 1dff1ae commit 82eec8e
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ name: CD
# Controls when the action will run. Triggers the workflow on push
# events but only for the master branch
on:
# create:
# tags:
# - v*
push:
branches: [ master ]
create:
tags:
- v*
# push:
# branches: [ master ]

# A workflow run is made up of one or more jobs that can run sequentially or in parallel
jobs:
Expand Down

0 comments on commit 82eec8e

Please sign in to comment.