Skip to content

Commit afb5bd5

Browse files
committed
DO NOT MERGE - deploying another test package
1 parent d9ffbd6 commit afb5bd5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci-cd.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: CI/CD
33
on:
44
pull_request: # Runs whenever a pull request is created or updated (including from another fork)
55
push: # Runs whenever a commit is pushed to the repository...
6-
branches: [experience-cs] # ...on any of these branches
6+
branches: [experience-cs-new] # ...on any of these branches
77
workflow_dispatch: # Allows you to run this workflow manually from the Actions tab
88
concurrency:
99
group: "${{ github.workflow }} @ ${{ github.head_ref || github.ref }}"
@@ -82,7 +82,7 @@ jobs:
8282
sed -e "s|hotfix/REPLACE|${{ github.ref_name }}|" --in-place release.config.js
8383
fi
8484
- name: Publish to GitHub Packages
85-
if: github.ref == 'refs/heads/experience-cs'
85+
if: github.ref == 'refs/heads/experience-cs-new'
8686
run: |
8787
RELEASE_VERSION="0.1.0-experience-cs.$(date +'%Y%m%d%H%M%S')"
8888
npm version --no-git-tag-version $RELEASE_VERSION

0 commit comments

Comments
 (0)