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
|
||||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
release:
|
||||
types: [published]
|
||||
workflow_dispatch:
|
||||
release:
|
||||
types: [published]
|
||||
|
||||
permissions: write-all
|
||||
jobs:
|
||||
|
||||
1
.github/workflows/test-pipeline.yml
vendored
1
.github/workflows/test-pipeline.yml
vendored
@@ -2,6 +2,7 @@ name: Test pipeline
|
||||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
workflow_call:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
|
||||
Reference in New Issue
Block a user