Skip to content

Commit

Permalink
fixes: Build on tag action (#24)
Browse files Browse the repository at this point in the history
Co-authored-by: aman.kapoor <[email protected]>
  • Loading branch information
amank22 and amankgo authored Jan 10, 2022
1 parent eea0bc1 commit 20708a0
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,16 @@ env:
GITHUB_DEPLOY: 'false'

on:

push:
branches:
- main
tags:
- 'v*'
paths-ignore:
- LICENSE
- README.md
- 'docs/**'
- '.github/config/labels.yml'

workflow_dispatch:
repository_dispatch:
Expand Down

0 comments on commit 20708a0

Please sign in to comment.