Allow GitHub workflows to run on workflow_dispatch.

This commit is contained in:
David Anson 2020-09-20 12:08:39 -07:00
parent 2605d56c62
commit 281de5ae2b
2 changed files with 4 additions and 2 deletions

View file

@ -1,10 +1,11 @@
name: CI
on:
push:
pull_request:
push:
schedule:
- cron: '30 12 * * *'
workflow_dispatch:
jobs:
build:

View file

@ -1,8 +1,9 @@
name: TestRepos
on:
push:
pull_request:
push:
workflow_dispatch:
jobs:
build: