Skip to content

Commit

Permalink
deploy script
Browse files Browse the repository at this point in the history
  • Loading branch information
bangtoven committed Sep 16, 2024
1 parent 4fa2f86 commit 0435f17
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Deploy Coinbase Wallet SDK Playground to Pages
on:
workflow_dispatch:
push:
branches: [playground]
branches: [master]

permissions:
contents: read
Expand All @@ -17,6 +17,9 @@ concurrency:
jobs:
build:
runs-on: ubuntu-latest
defaults:
run:
working-directory: ./packages/playground
steps:
- name: Checkout
uses: actions/checkout@v3
Expand Down

0 comments on commit 0435f17

Please sign in to comment.