Setup CI testing and building #1

Merged
cyclane merged 6 commits from ci into main 2023-12-29 15:43:55 +00:00
1 changed files with 5 additions and 2 deletions
Showing only changes of commit c802c76ace - Show all commits

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