Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
roshaans committed Dec 6, 2023
1 parent af3ef13 commit 737c61a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-prod-widgets.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Deploy Prod Components to Mainnet
on:
push:
branches: [widgets-ci-cd]
branches: [widget-ci]
paths:
- "questverse-widgets/src/**"
jobs:
Expand Down
2 changes: 1 addition & 1 deletion questverse-widgets/src/QuestsVerse/app.jsx
Original file line number Diff line number Diff line change
@@ -1 +1 @@
return (<h1> Hello BOS</h1>)
return (<h1>Hello BOS, we are QuestVerse</h1>)

0 comments on commit 737c61a

Please sign in to comment.