mirror of
https://github.com/flatpak/flatpak.git
synced 2026-05-14 11:34:34 -04:00
Trigger CI on pull_request too
But, only to a limited subset of branches
This commit is contained in:
committed by
Alexander Larsson
parent
266e12e432
commit
a046843fea
14
.github/workflows/check.yml
vendored
14
.github/workflows/check.yml
vendored
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user