Skip to content

Commit bdda6bf

Browse files
committed
chore: gh actions branch
1 parent e51e945 commit bdda6bf

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/apps_automated.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: 'apps/automated'
33
on:
44
push:
55
branches:
6-
- master
6+
- main
77
pull_request:
88
workflow_dispatch:
99

.github/workflows/npm_release_core.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: '@nativescript/core -> npm'
22

33
on:
44
push:
5-
branches: [ 'master' ]
5+
branches: [ 'main' ]
66
paths:
77
- 'packages/core/**'
88
workflow_dispatch:

.github/workflows/npm_release_types.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: '@nativescript/types -> npm'
33

44
on:
55
push:
6-
branches: [ 'master' ]
6+
branches: [ 'main' ]
77
paths:
88
- 'packages/types/**'
99

.github/workflows/npm_release_webpack.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: '@nativescript/webpack -> npm'
22

33
on:
44
push:
5-
branches: [ 'master' ]
5+
branches: [ 'main' ]
66
paths:
77
- 'packages/webpack/**'
88

0 commit comments

Comments
 (0)