Private
Public Access
2
0

GH workflows: add master branch to the list

Signed-off-by: Alex Tereschenko <alext.mkrs@gmail.com>
This commit is contained in:
Alex Tereschenko
2025-12-15 10:16:11 +01:00
committed by Tom Ingleby
parent b58b76ff85
commit f6492b9d71

View File

@@ -10,9 +10,9 @@ name: Build and test
on:
push:
branches: [ main ]
branches: [ main, master ]
pull_request:
branches: [ main ]
branches: [ main, master ]
workflow_dispatch:
permissions: