ci(deploy): remove feature branch from deploy workflow

This commit is contained in:
Prad Nukala 2024-12-11 16:20:41 -05:00
parent 0cf69f5a59
commit c87dffd6da

View File

@ -6,7 +6,6 @@ on:
- "v*" - "v*"
branches: branches:
- develop - develop
- feature/*
permissions: permissions:
contents: write contents: write
@ -22,6 +21,7 @@ jobs:
uses: actions/checkout@v4 uses: actions/checkout@v4
with: with:
fetch-depth: 0 fetch-depth: 0
branch: develop
- name: Stop Devnet - name: Stop Devnet
continue-on-error: true continue-on-error: true