Skip to content

Commit

Permalink
fix: change CI branch (#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
ymzuiku authored Aug 25, 2023
1 parent 71145f6 commit 591f762
Show file tree
Hide file tree
Showing 4 changed files with 1,097 additions and 992 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/testflowy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: testflowy_release

on:
push:
branches: [release/testflowy]
branches: [main]
pull_request:
branches: [release/testflowy]
branches: [main]

env:
CARGO_TERM_COLOR: always
Expand Down
2 changes: 1 addition & 1 deletion app/public/sdk.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
const script = document.createElement("script");
window.testflowyURL = "https://testflowy.com";
script.src = "https://testflowy.com/sdk/index_fa2f8228e.js";
script.src = "https://testflowy.com/sdk/index_d7de134f5.js";
script.onload = function () {
window.testflowySDK();
};
Expand Down
2 changes: 1 addition & 1 deletion app/public/sdk_dev.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
const script = document.createElement("script");
// window.testflowyURL = "https://testflowy.com";
script.src = "/sdk/index_fa2f8228e.js";
script.src = "/sdk/index_d7de134f5.js";
script.onload = function () {
window.testflowySDK({
example: true,
Expand Down
Loading

0 comments on commit 591f762

Please sign in to comment.