Disable watch for v5.14.x

This commit is contained in:
Fabian Mastenbroek 2021-12-23 13:10:56 +01:00
parent efc581b503
commit a414a32484
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.14.x', 'v5.15.x']
branch: ['v5.15.x']
steps:
- name: Checkout Sources
uses: actions/checkout@v2