Fix pipeline: Main branch is called master not main

This commit is contained in:
theopfr
2024-01-27 10:40:01 +01:00
parent 3be7b11382
commit 713defd02b

View File

@@ -3,12 +3,12 @@ name: Build, Test and Release
on:
push:
branches:
- main
- master
pull_request:
types:
- closed
branches:
- main
- master
jobs:
test: