Skip to content

Commit

Permalink
chore: Update cd.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kdheepak authored May 12, 2024
1 parent 6b1488f commit 4012780
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,14 @@
name: CD

on:
release:
types: [published]
push:
branches:
- main
tags:
- v*

permissions:
contents: write

jobs:
build:
Expand Down

0 comments on commit 4012780

Please sign in to comment.