Trigger CI on pull_request too

But, only to a limited subset of branches
This commit is contained in:
Alexander Larsson
2019-09-25 16:13:18 +02:00
committed by Alexander Larsson
parent 266e12e432
commit a046843fea

View File

@@ -1,6 +1,18 @@
name: Flatpak CI
on: [push]
on:
push:
branches:
- master
- flatpak-1.0.x
- flatpak-1.2.x
- flatpak-1.4.x
pull_request:
branches:
- master
- flatpak-1.0.x
- flatpak-1.2.x
- flatpak-1.4.x
jobs:
check: