ci(ci-semver): enable semantic versioning

This commit is contained in:
ZanzyTHEbar 2023-01-21 15:32:35 +00:00
parent 2fe6b3569d
commit a39019ae01

View File

@ -3,7 +3,8 @@ on:
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
push:
branches: [main, master]
branches:
- main
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true