Skip to content

feat(billing): rename POST /v1/wallets to POST /v1/start-trial #699

feat(billing): rename POST /v1/wallets to POST /v1/start-trial

feat(billing): rename POST /v1/wallets to POST /v1/start-trial #699

name: Stats Web CI
on:
push:
branches: ["main"]
pull_request:
branches: ["main"]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
# Check for changes in stats-web folder
- uses: dorny/paths-filter@v2
id: filter
with:
filters: |
stats-web:
- 'apps/stats-web/**'
- name: Build the Docker image
if: steps.filter.outputs.stats-web == 'true'
run: npm run dc:build -- stats-web