From 16cfbdce12c6e128eed058687720467d5964da30 Mon Sep 17 00:00:00 2001 From: Nicola Busanello Date: Tue, 21 May 2024 15:40:11 +0200 Subject: [PATCH] WIP: try on personal fork --- .github/workflows/build.yml | 2 +- .github/workflows/format.yml | 2 +- .github/workflows/lint.yml | 2 +- .github/workflows/test.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index b3af8c5..94c2df4 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -2,7 +2,7 @@ name: Build on: push: - branches: [ "master" ] + branches: [ "cross_platform_GH_actions" ] pull_request: branches: [ "master" ] diff --git a/.github/workflows/format.yml b/.github/workflows/format.yml index fd1d030..1833155 100644 --- a/.github/workflows/format.yml +++ b/.github/workflows/format.yml @@ -2,7 +2,7 @@ name: Format code on: push: - branches: [ "master" ] + branches: [ "cross_platform_GH_actions" ] pull_request: branches: [ "master" ] diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 99f4ae7..d5f463a 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -2,7 +2,7 @@ name: Lint code on: push: - branches: [ "master" ] + branches: [ "cross_platform_GH_actions" ] pull_request: branches: [ "master" ] diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 7eff44b..b072031 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -2,7 +2,7 @@ name: Run tests on: push: - branches: [ "master" ] + branches: [ "cross_platform_GH_actions" ] pull_request: branches: [ "master" ]