Skip to content

Commit

Permalink
build(ci): add pull_request & workflow_dispatch events
Browse files Browse the repository at this point in the history
  • Loading branch information
dwisiswant0 committed Oct 2, 2023
1 parent beb11ec commit 0c1be44
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ on:
- master
paths:
- 'dist/*.js'
pull_request:
branches:
- '**'
paths:
- 'dist/*.js'
workflow_dispatch:

env:
IMAGE: "kitabisa/debian"
Expand Down

0 comments on commit 0c1be44

Please sign in to comment.