mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
chore: gh actions branch
This commit is contained in:
2
.github/workflows/apps_automated.yml
vendored
2
.github/workflows/apps_automated.yml
vendored
@ -3,7 +3,7 @@ name: 'apps/automated'
|
|||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- master
|
- main
|
||||||
pull_request:
|
pull_request:
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
|
||||||
|
|||||||
2
.github/workflows/npm_release_core.yml
vendored
2
.github/workflows/npm_release_core.yml
vendored
@ -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:
|
||||||
|
|||||||
2
.github/workflows/npm_release_types.yml
vendored
2
.github/workflows/npm_release_types.yml
vendored
@ -3,7 +3,7 @@ name: '@nativescript/types -> npm'
|
|||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: [ 'master' ]
|
branches: [ 'main' ]
|
||||||
paths:
|
paths:
|
||||||
- 'packages/types/**'
|
- 'packages/types/**'
|
||||||
|
|
||||||
|
|||||||
2
.github/workflows/npm_release_webpack.yml
vendored
2
.github/workflows/npm_release_webpack.yml
vendored
@ -2,7 +2,7 @@ name: '@nativescript/webpack -> npm'
|
|||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: [ 'master' ]
|
branches: [ 'main' ]
|
||||||
paths:
|
paths:
|
||||||
- 'packages/webpack/**'
|
- 'packages/webpack/**'
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user