Test CI
Test Workflow / Lint and test library (pull_request) Successful in 8m47s Details
Publish Workflow / Publish library (pull_request) Failing after 8m54s Details

This commit is contained in:
Gleb Koval 2023-12-29 21:11:14 +06:00
parent 9f6fad8466
commit c802c76ace
Signed by: cyclane
GPG Key ID: 15E168A8B332382C
1 changed files with 5 additions and 2 deletions

View File

@ -1,8 +1,11 @@
name: Publish Workflow name: Publish Workflow
on: on:
pull_request:
branches:
- main
push: push:
tags: branches:
- v* - main
jobs: jobs:
publish: publish:
name: Publish library name: Publish library