1
0
Fork 0
mirror of https://github.com/puma/puma.git synced 2022-11-09 13:48:40 -05:00

Actions - add workflow_dispatch

Allows user activated (web ui) running of workflows.  Helpful for intermittent issues in forks.  One can select the branch it runs on.

Note sure if it affects badges.
This commit is contained in:
MSP-Greg 2020-11-24 15:24:35 -06:00
parent ea81fba045
commit 441c474ec3
No known key found for this signature in database
GPG key ID: D688DA4A77D8FA18
2 changed files with 3 additions and 2 deletions

View file

@ -1,6 +1,6 @@
name: MRI
on: [push, pull_request]
on: [push, pull_request, workflow_dispatch]
jobs:
build:

View file

@ -1,5 +1,6 @@
name: non_MRI
on: [push, pull_request]
on: [push, pull_request, workflow_dispatch]
jobs:
build: