mirror of
https://github.com/onsonr/sonr.git
synced 2025-03-10 13:07:09 +00:00
ci(deploy): remove feature branch from deploy workflow
This commit is contained in:
parent
0cf69f5a59
commit
c87dffd6da
2
.github/workflows/deploy-net.yml
vendored
2
.github/workflows/deploy-net.yml
vendored
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user