mirror of
https://github.com/TECHNOFAB11/zfs-localpv.git
synced 2026-02-02 23:55:11 +01:00
* chore(ci): updating branch reference from master to develop(HEAD) (#384) Signed-off-by: mittachaitu <sai.chaithanya@mayadata.io> Co-authored-by: sai chaithanya <sai.chaithanya@mayadata.io>
This commit is contained in:
parent
95428184cc
commit
9d2966057a
22 changed files with 73 additions and 73 deletions
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
|
|
@ -17,7 +17,7 @@ on:
|
|||
create:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
- develop
|
||||
- 'v*'
|
||||
paths-ignore:
|
||||
- 'docs/**'
|
||||
|
|
@ -148,7 +148,7 @@ jobs:
|
|||
run: |
|
||||
BRANCH="${GITHUB_REF##*/}"
|
||||
CI_TAG=${BRANCH#v}-ci
|
||||
if [ ${BRANCH} = "master" ]; then
|
||||
if [ ${BRANCH} = "develop" ]; then
|
||||
CI_TAG="ci"
|
||||
fi
|
||||
echo "TAG=${CI_TAG}" >> $GITHUB_ENV
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue