chore: Run CI on all branches.

This commit is contained in:
Ruben Verborgh 2021-07-20 12:06:32 +02:00
parent 2be360a7af
commit 232a47d294

View File

@ -3,12 +3,12 @@ name: CI
on:
push:
branches:
- main
- '*'
tags:
- v*
- 'v*'
pull_request:
branches:
- main
- '*'
jobs:
lint: