mirror of
https://github.com/sonr-io/sonr.git
synced 2026-08-02 17:31:39 +00:00
ci(deploy): remove feature branch from deploy workflow
This commit is contained in:
@@ -6,7 +6,6 @@ on:
|
||||
- "v*"
|
||||
branches:
|
||||
- develop
|
||||
- feature/*
|
||||
|
||||
permissions:
|
||||
contents: write
|
||||
@@ -22,6 +21,7 @@ jobs:
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
fetch-depth: 0
|
||||
branch: develop
|
||||
|
||||
- name: Stop Devnet
|
||||
continue-on-error: true
|
||||
|
||||
Reference in New Issue
Block a user