workflow
This commit is contained in:
parent
047b24d00f
commit
360ced52f4
1 changed files with 3 additions and 0 deletions
3
.github/workflows/main.yml
vendored
3
.github/workflows/main.yml
vendored
|
@ -1,6 +1,9 @@
|
||||||
name: Build Latest
|
name: Build Latest
|
||||||
on:
|
on:
|
||||||
workflow_dispatch: # Allows manual triggering of the workflow
|
workflow_dispatch: # Allows manual triggering of the workflow
|
||||||
|
push:
|
||||||
|
paths:
|
||||||
|
- version.txt
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
AlaskarTV:
|
AlaskarTV:
|
||||||
|
|
Loading…
Reference in a new issue