You've already forked reloading-manager
Just committing so I can go home
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
tags:
|
tags:
|
||||||
- '**'
|
- 'v*'
|
||||||
|
|
||||||
name: 🏗️✨ Build Workflow
|
name: 🏗️✨ Build Workflow
|
||||||
|
|
||||||
|
|||||||
@@ -1,4 +1,10 @@
|
|||||||
on:
|
on:
|
||||||
|
workflow_dispatch:
|
||||||
|
inputs:
|
||||||
|
test:
|
||||||
|
description: 'Run tests'
|
||||||
|
required: true
|
||||||
|
default: 'true'
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- "*"
|
- "*"
|
||||||
|
|||||||
Reference in New Issue
Block a user