chore: gh actions branch

This commit is contained in:
Nathan Walker
2022-07-22 08:17:17 -07:00
parent e51e945400
commit bdda6bfe04
4 changed files with 4 additions and 4 deletions

View File

@ -3,7 +3,7 @@ name: 'apps/automated'
on: on:
push: push:
branches: branches:
- master - main
pull_request: pull_request:
workflow_dispatch: workflow_dispatch:

View File

@ -2,7 +2,7 @@ name: '@nativescript/core -> npm'
on: on:
push: push:
branches: [ 'master' ] branches: [ 'main' ]
paths: paths:
- 'packages/core/**' - 'packages/core/**'
workflow_dispatch: workflow_dispatch:

View File

@ -3,7 +3,7 @@ name: '@nativescript/types -> npm'
on: on:
push: push:
branches: [ 'master' ] branches: [ 'main' ]
paths: paths:
- 'packages/types/**' - 'packages/types/**'

View File

@ -2,7 +2,7 @@ name: '@nativescript/webpack -> npm'
on: on:
push: push:
branches: [ 'master' ] branches: [ 'main' ]
paths: paths:
- 'packages/webpack/**' - 'packages/webpack/**'