Skip to content

Create deploy.yml

Create deploy.yml #1

Workflow file for this run

name: deploy
on:
push:
branches:
# Pushing to the `main` branch
# will trigger our workflow
- main
paths-ignore:
- 'bin/**'
- 'README.m

Check failure on line 10 in .github/workflows/deploy.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/deploy.yml

Invalid workflow file

You have an error in your yaml syntax on line 10