trigger only for push & pull requests to the main branch

This commit is contained in:
Hans Pagel 2020-10-01 11:48:43 +02:00
parent a3acc980ad
commit 42087b2d61

View File

@ -3,7 +3,13 @@
name: build
on: [push]
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
lint: