Watch for Linux 5.16 updates

This commit is contained in:
Fabian Mastenbroek 2022-01-10 12:33:49 +01:00
parent 36c50e562c
commit 5bf3b1f23a
No known key found for this signature in database
GPG key ID: 405FC6F81F0A7B85

View file

@ -11,7 +11,7 @@ jobs:
runs-on: [ubuntu-latest]
strategy:
matrix:
branch: ['v5.15.x']
branch: ['v5.15.x', 'v5.16.x']
steps:
- name: Checkout Sources
uses: actions/checkout@v2