limit CI runs

This commit is contained in:
Matthias Kretschmann 2021-01-30 15:11:27 +01:00
parent abf4914fff
commit 07ce43316f
Signed by: m
GPG Key ID: 606EEEF3C479A91F
1 changed files with 7 additions and 1 deletions

View File

@ -1,6 +1,12 @@
name: 'CI'
on: [push, pull_request]
on:
push:
branches:
- main
pull_request:
branches:
- '**'
jobs:
test: