Skip to content

Commit ad4a413

Browse files
committed
fix: publish from test branch
1 parent b3a60ba commit ad4a413

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: CI
33
on:
44
workflow_dispatch: # Allows you to run this workflow manually from the Actions tab
55
push: # Runs whenever a commit is pushed to the repository
6-
branches: [experience-cs]
6+
branches: [seb-experience-cs-new]
77

88
permissions:
99
packages: write # deploy to GitHub Packages

0 commit comments

Comments
 (0)