Run ci workflow on all branch pushes

- Assuming that a release tag is pushed a ci workflow
  will then build and publish tagged version.
- Relates #165
This commit is contained in:
Janne Valkealahti
2023-04-24 10:06:09 +01:00
parent fc7d213246
commit 41f26df8fd

View File

@@ -3,8 +3,8 @@ name: CI
on:
workflow_dispatch:
push:
paths-ignore:
- '.github/**'
branches:
- '**'
jobs:
build: