build(ci): add pull_request & workflow_dispatch events

This commit is contained in:
Dwi Siswanto 2023-10-02 23:49:04 +07:00
parent beb11ec385
commit 0c1be445bf
No known key found for this signature in database
GPG Key ID: D192CC08161630BD

View File

@ -6,6 +6,12 @@ on:
- master
paths:
- 'dist/*.js'
pull_request:
branches:
- '**'
paths:
- 'dist/*.js'
workflow_dispatch:
env:
IMAGE: "kitabisa/debian"