ci: Pull Requests shouldn't invoke CI twice

This commit is contained in:
Michael Fabian 'Xaymar' Dirks 2021-10-05 22:10:25 +02:00
parent 05343df585
commit f0ccb6dd43

View file

@ -2,10 +2,10 @@ name: Build
on:
push:
branches:
- 'master'
tags:
- '*'
branches-ignore:
- 'l10n_master'
pull_request:
branches:
- '*'