From bdda6bfe0473b0de57e9df6cc22fcfd2508da507 Mon Sep 17 00:00:00 2001 From: Nathan Walker Date: Fri, 22 Jul 2022 08:17:17 -0700 Subject: [PATCH] chore: gh actions branch --- .github/workflows/apps_automated.yml | 2 +- .github/workflows/npm_release_core.yml | 2 +- .github/workflows/npm_release_types.yml | 2 +- .github/workflows/npm_release_webpack.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/apps_automated.yml b/.github/workflows/apps_automated.yml index e86d7efd0..3d792ee6c 100644 --- a/.github/workflows/apps_automated.yml +++ b/.github/workflows/apps_automated.yml @@ -3,7 +3,7 @@ name: 'apps/automated' on: push: branches: - - master + - main pull_request: workflow_dispatch: diff --git a/.github/workflows/npm_release_core.yml b/.github/workflows/npm_release_core.yml index 2e3b8278c..67e6359f8 100644 --- a/.github/workflows/npm_release_core.yml +++ b/.github/workflows/npm_release_core.yml @@ -2,7 +2,7 @@ name: '@nativescript/core -> npm' on: push: - branches: [ 'master' ] + branches: [ 'main' ] paths: - 'packages/core/**' workflow_dispatch: diff --git a/.github/workflows/npm_release_types.yml b/.github/workflows/npm_release_types.yml index 5ad8f6204..440df76ad 100644 --- a/.github/workflows/npm_release_types.yml +++ b/.github/workflows/npm_release_types.yml @@ -3,7 +3,7 @@ name: '@nativescript/types -> npm' on: push: - branches: [ 'master' ] + branches: [ 'main' ] paths: - 'packages/types/**' diff --git a/.github/workflows/npm_release_webpack.yml b/.github/workflows/npm_release_webpack.yml index b34c052f1..700aed522 100644 --- a/.github/workflows/npm_release_webpack.yml +++ b/.github/workflows/npm_release_webpack.yml @@ -2,7 +2,7 @@ name: '@nativescript/webpack -> npm' on: push: - branches: [ 'master' ] + branches: [ 'main' ] paths: - 'packages/webpack/**'