Release 0.3.0-alpha.1 #164

Merged
Jef Roosens merged 78 commits from release-0.3.0-alpha.1 into main 2022-05-06 20:12:52 +02:00
3 changed files with 3 additions and 3 deletions
Showing only changes of commit 1990ade089 - Show all commits

View file

@ -12,7 +12,7 @@ pipeline:
commands:
- make
when:
event: [push, pull_request]
event: [pull_request]
branch:
exclude: [main]

View file

@ -10,4 +10,4 @@ pipeline:
commands:
- make lint
when:
event: [ push, pull_request ]
event: [ pull_request ]

View file

@ -14,4 +14,4 @@ pipeline:
commands:
- make test
when:
event: [push, pull_request]
event: [pull_request]