mirror of
https://github.com/OpenLogics/MewtocolNet.git
synced 2025-12-06 03:01:24 +00:00
Made test-pipeline.yml callable
This commit is contained in:
6
.github/workflows/publish-pipeline.yml
vendored
6
.github/workflows/publish-pipeline.yml
vendored
@@ -1,9 +1,9 @@
|
|||||||
name: Publish pipeline
|
name: Publish pipeline
|
||||||
|
|
||||||
on:
|
on:
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
release:
|
release:
|
||||||
types: [published]
|
types: [published]
|
||||||
|
|
||||||
permissions: write-all
|
permissions: write-all
|
||||||
jobs:
|
jobs:
|
||||||
|
|||||||
1
.github/workflows/test-pipeline.yml
vendored
1
.github/workflows/test-pipeline.yml
vendored
@@ -2,6 +2,7 @@ name: Test pipeline
|
|||||||
|
|
||||||
on:
|
on:
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
workflow_call:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- main
|
- main
|
||||||
|
|||||||
Reference in New Issue
Block a user