chore: add workflow_dispatch

This commit is contained in:
Federico Grandi
2020-08-05 12:10:54 +02:00
parent 9650af1f95
commit 590bebf249

View File

@@ -1,11 +1,10 @@
name: Build name: Build
on: on:
push: push:
branches-ignore:
- dist
paths: paths:
- src/** - src/**
- .github/workflows/build.yml - .github/workflows/build.yml
workflow_dispatch:
jobs: jobs:
build: build: