Re-enable CI builds for release branches

This reverts commit 01cbdebf0a.
Although almost all release builds succeed, there have been cases where
new stable releases actually cause the build to fail or other cases
where we need to test changes on the release branch.
This commit is contained in:
Fabian Mastenbroek 2021-09-05 11:51:08 +02:00
parent efb8844e8c
commit 087e08adb8
No known key found for this signature in database
GPG key ID: 405FC6F81F0A7B85

View file

@ -1,13 +1,11 @@
name: Kernel Build (Trusted)
on:
pull_request:
branches: [master]
on: pull_request
jobs:
build:
name: Build
runs-on: self-hosted
runs-on: [self-hosted]
if: github.event.pull_request.head.repo.full_name == github.repository && !contains(github.event.head_commit.message, 'skip ci')
steps:
- name: Clean Workspace