@ -1,13 +1,9 @@
name: Publish Cargo and Docker package
run-name: ${{ github.actor }} is building ${{ github.repository }}
# on:
# push:
# tags:
# - 'v[0-9]+.[0-9]+.[0-9]+'
on:
push:
branches:
- main
tags:
- 'v**'
jobs:
Publish-Cargo: