Make workflow reusable
This commit is contained in:
parent
3c8d320880
commit
91aa8ff460
1 changed files with 1 additions and 0 deletions
1
.github/workflows/test.yaml
vendored
1
.github/workflows/test.yaml
vendored
|
@ -1,6 +1,7 @@
|
|||
name: Test
|
||||
|
||||
on:
|
||||
workflow_call:
|
||||
pull_request:
|
||||
branches: [ "master" ]
|
||||
|
||||
|
|
Reference in a new issue