mirror of
https://github.com/kitabisa/docker-slim-action.git
synced 2025-04-14 18:56:05 +00:00
build(ci): add pull_request & workflow_dispatch events
This commit is contained in:
parent
beb11ec385
commit
0c1be445bf
6
.github/workflows/test.yaml
vendored
6
.github/workflows/test.yaml
vendored
@ -6,6 +6,12 @@ on:
|
||||
- master
|
||||
paths:
|
||||
- 'dist/*.js'
|
||||
pull_request:
|
||||
branches:
|
||||
- '**'
|
||||
paths:
|
||||
- 'dist/*.js'
|
||||
workflow_dispatch:
|
||||
|
||||
env:
|
||||
IMAGE: "kitabisa/debian"
|
||||
|
Loading…
x
Reference in New Issue
Block a user