Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
duje-begonja-rdx committed Nov 26, 2024
1 parent b4ff762 commit ba4e141
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,6 @@ jobs:
- name: SonarCloud Scan
uses: RDXWorks-actions/sonarcloud-github-action@master
with:
projectBaseDir: ./packages/radix-dapp-toolkit
projectBaseDir: ./packages/dapp-toolkit
env:
SONAR_TOKEN: ${{ env.GH_SONAR_TOKEN }}
7 changes: 4 additions & 3 deletions .github/workflows/connect-button-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,9 @@ name: 'Connect button CI/CD'

on:
pull_request:
# branches:
# - develop
branches:
- develop
- main
push:
branches:
- develop
Expand Down Expand Up @@ -47,7 +48,7 @@ jobs:
snyk_target_ref: ${{ github.ref_name }}

deploy_pull_request:
if: ${{ github.event.pull_request }}
if: ${{ github.event_name == 'pull_request' && contains(github.event.pull_request.labels.*.name, 'deploy-pr') }}
name: Deploy PR
permissions:
id-token: write
Expand Down

0 comments on commit ba4e141

Please sign in to comment.