20947 - Fix limited restoration to full filing saves or resumes with company Name change #1970
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Business Edit UI CI | |
on: | |
pull_request: | |
branches: | |
- main | |
- feature* | |
workflow_dispatch: | |
defaults: | |
run: | |
shell: bash | |
jobs: | |
business-edit-ui-ci: | |
uses: bcgov/bcregistry-sre/.github/workflows/frontend-ci.yaml@main | |
with: | |
node_version: "20.5.1" | |
app_name: "business-edit-ui" |