Skip to content

Commit

Permalink
chore: trigger CD pipeline only on main branch
Browse files Browse the repository at this point in the history
  • Loading branch information
dhruv-ahuja committed Feb 18, 2024
1 parent ba0b369 commit ab18e45
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name: CD
on:
push:
tags: "v*"
branches: main

# allow manually triggering this workflow
workflow_dispatch: {}
Expand Down

0 comments on commit ab18e45

Please sign in to comment.