From 6e446423c2733f6f078bc7b7627e11073c7d4209 Mon Sep 17 00:00:00 2001 From: Oskar Gewalli Date: Tue, 12 Nov 2024 19:36:47 +0200 Subject: [PATCH] Build on v1.7 --- .github/workflows/dotnetcore.yml | 4 ++-- .github/workflows/fable.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/dotnetcore.yml b/.github/workflows/dotnetcore.yml index ea5e5302c..8478aa8ca 100644 --- a/.github/workflows/dotnetcore.yml +++ b/.github/workflows/dotnetcore.yml @@ -8,9 +8,9 @@ env: on: push: - branches: [ master, v1.2, v1.3, v1.4, v1.5, v1.6 ] + branches: [ master, v1.2, v1.3, v1.4, v1.5, v1.6, v1.7 ] pull_request: - branches: [ master, v1.2, v1.3, v1.4, v1.5, v1.6 ] + branches: [ master, v1.2, v1.3, v1.4, v1.5, v1.6, v1.7 ] jobs: build: diff --git a/.github/workflows/fable.yml b/.github/workflows/fable.yml index 1bc96e237..1858caba3 100644 --- a/.github/workflows/fable.yml +++ b/.github/workflows/fable.yml @@ -2,9 +2,9 @@ name: Fable on: push: - branches: [ master, v1.2, v1.3, v1.4, v1.5, v1.6 ] + branches: [ master, v1.2, v1.3, v1.4, v1.5, v1.6, v1.7 ] pull_request: - branches: [ master, v1.2, v1.3, v1.4, v1.5, v1.6 ] + branches: [ master, v1.2, v1.3, v1.4, v1.5, v1.6, v1.7 ] jobs: