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" ]