Skip to content

feat(build): Copy static files with the JS script #242

feat(build): Copy static files with the JS script

feat(build): Copy static files with the JS script #242

Workflow file for this run

name: PR CI
on:
pull_request:
types: [opened, synchronize, reopened]
jobs:
scan:
uses: ./.github/workflows/scan.yml
secrets: inherit
deploy:
needs: [scan]
uses: ./.github/workflows/docker.yml
secrets: inherit
with:
version: 0.0.0-${{ github.event.pull_request.head.sha }}
sha: ${{ github.event.pull_request.head.sha }}