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*"
|
- "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
|
||||||
|
|||||||
Reference in New Issue
Block a user