Skip to content

configure github actions #1

configure github actions

configure github actions #1

Workflow file for this run

name: BUILD AND PUBLISH

Check failure on line 1 in .github/workflows/blank.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/blank.yml

Invalid workflow file

`workflow_dispath` is not a valid event name
on:
push:
branches: ["master"]
workflow_dispath:
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: "build"
run: npm run ts:build