Add a manual workflow dispatch option for publish and specify the assets/ path for auto-triggering the workflow to cut down on publishing noise (#227)
This commit is contained in:
Родитель
f2e8f5b2f3
Коммит
b58ad57ae9
|
@ -1,8 +1,11 @@
|
|||
name: Publish library
|
||||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
push:
|
||||
branches: [ master ]
|
||||
paths:
|
||||
- 'assets/**'
|
||||
|
||||
env:
|
||||
LIBRARY_VERSION: 1.1.${{ github.run_number }}
|
||||
|
|
Загрузка…
Ссылка в новой задаче