From a7d91ab0ba21a769764e68537f19964295f6cb01 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 e93a561..ad34727 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 a237b46..d19a3b4 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 022ba8b..a2ced3b 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" ]