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:
push:
branches:
- master
- main
pull_request:
workflow_dispatch:

View File

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

View File

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

View File

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