Skip to content

Commit

Permalink
Merge pull request #98 from RatakondalaArun/cd/update-workflows
Browse files Browse the repository at this point in the history
fix(cd): fix publish job
  • Loading branch information
RatakondalaArun committed Apr 22, 2023
2 parents e2b52f5 + 860aad3 commit d78eeba
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/cd.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
name: CD

on:
release:
types: [published]
push:
tags:
- "v[0-9]+.[0-9]+.[0-9]+*"

jobs:
tests:
Expand Down

0 comments on commit d78eeba

Please sign in to comment.