mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-02 19:12:40 +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:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
- main
|
||||
pull_request:
|
||||
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:
|
||||
push:
|
||||
branches: [ 'master' ]
|
||||
branches: [ 'main' ]
|
||||
paths:
|
||||
- 'packages/core/**'
|
||||
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:
|
||||
push:
|
||||
branches: [ 'master' ]
|
||||
branches: [ 'main' ]
|
||||
paths:
|
||||
- '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:
|
||||
push:
|
||||
branches: [ 'master' ]
|
||||
branches: [ 'main' ]
|
||||
paths:
|
||||
- 'packages/webpack/**'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user