Skip to content

Adding app-name-matcher to Action params #1

Adding app-name-matcher to Action params

Adding app-name-matcher to Action params #1

Workflow file for this run

name: "build"
on: # rebuild any PRs and main branch changes
pull_request:
push:
branches:
- master
- 'releases/*'
jobs:
build: # make sure build/ci work properly
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: |
npm install
npm run all