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