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:
spencer-nelson 2021-04-02 17:57:34 -07:00 коммит произвёл GitHub
Родитель f2e8f5b2f3
Коммит b58ad57ae9
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 3 добавлений и 0 удалений

3
.github/workflows/publish.yml поставляемый
Просмотреть файл

@ -1,8 +1,11 @@
name: Publish library
on:
workflow_dispatch:
push:
branches: [ master ]
paths:
- 'assets/**'
env:
LIBRARY_VERSION: 1.1.${{ github.run_number }}