| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent e51e945 commit bdda6bf
4 files changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -3,7 +3,7 @@ name: 'apps/automated' | |||
| 3 | 3 | on: | |
| 4 | 4 | push: | |
| 5 | 5 | branches: | |
| 6 | - - master | ||
| 6 | + - main | ||
| 7 | 7 | pull_request: | |
| 8 | 8 | workflow_dispatch: | |
| 9 | 9 | ||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -2,7 +2,7 @@ name: '@nativescript/core -> npm' | |||
| 2 | 2 | ||
| 3 | 3 | on: | |
| 4 | 4 | push: | |
| 5 | - branches: [ 'master' ] | ||
| 5 | + branches: [ 'main' ] | ||
| 6 | 6 | paths: | |
| 7 | 7 | - 'packages/core/**' | |
| 8 | 8 | workflow_dispatch: | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -3,7 +3,7 @@ name: '@nativescript/types -> npm' | |||
| 3 | 3 | ||
| 4 | 4 | on: | |
| 5 | 5 | push: | |
| 6 | - branches: [ 'master' ] | ||
| 6 | + branches: [ 'main' ] | ||
| 7 | 7 | paths: | |
| 8 | 8 | - 'packages/types/**' | |
| 9 | 9 | ||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -2,7 +2,7 @@ name: '@nativescript/webpack -> npm' | |||
| 2 | 2 | ||
| 3 | 3 | on: | |
| 4 | 4 | push: | |
| 5 | - branches: [ 'master' ] | ||
| 5 | + branches: [ 'main' ] | ||
| 6 | 6 | paths: | |
| 7 | 7 | - 'packages/webpack/**' | |
| 8 | 8 | ||
| Back | FazBrowse Home | New Git URL |
0 commit comments