diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index b30b38af..af737eff 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -3,7 +3,9 @@ name: Build
on:
push:
branches:
- - '**'
+ - develop
+ - main
+ - release/**
pull_request:
jobs:
diff --git a/.github/workflows/connect-button-ci.yml b/.github/workflows/connect-button-ci.yml
index 733351fb..88785899 100644
--- a/.github/workflows/connect-button-ci.yml
+++ b/.github/workflows/connect-button-ci.yml
@@ -1,4 +1,4 @@
-name: 'Connect button CI/CD'
+name: 'Connect Button Storybook'
on:
pull_request:
@@ -19,6 +19,7 @@ env:
jobs:
build_push_container:
+ if: ${{ (github.event_name == 'pull_request' && contains(github.event.pull_request.labels.*.name, 'deploy-pr')) || (github.event_name == 'push' && (github.ref == 'refs/heads/main' || github.ref == 'refs/heads/develop')) }}
permissions:
packages: write
id-token: write
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index f343ea04..59008b38 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -3,6 +3,7 @@ on:
push:
branches:
- main
+ - next
- develop
- release/**
workflow_dispatch:
diff --git a/.gitignore b/.gitignore
index 6ad61a66..555c82cd 100644
--- a/.gitignore
+++ b/.gitignore
@@ -43,7 +43,7 @@ yarn-error.log*
.envrc
-examples/cdn/radix-dapp-toolkit.bundle.umd.cjs
+examples/cdn/radix-dapp-toolkit.bundle.umd.js
# Editor directories and files
.vscode/*
diff --git a/README.md b/README.md
index 53ff625a..a2fa5133 100644
--- a/README.md
+++ b/README.md
@@ -23,15 +23,18 @@
+
+
+
-
+
-
+