Setup CI testing and building #1
|
@ -1,8 +1,11 @@
|
|||
name: Publish Workflow
|
||||
on:
|
||||
pull_request:
|
||||
branches:
|
||||
- main
|
||||
push:
|
||||
tags:
|
||||
- v*
|
||||
branches:
|
||||
- main
|
||||
jobs:
|
||||
publish:
|
||||
name: Publish library
|
||||
|
|
Reference in New Issue