allow workflows to be triggered manually
This commit is contained in:
6
.github/workflows/executables.yml
vendored
6
.github/workflows/executables.yml
vendored
@@ -1,6 +1,10 @@
|
||||
name: executables
|
||||
|
||||
on: [push]
|
||||
on:
|
||||
workflow_dispatch:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
||||
Reference in New Issue
Block a user