File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ name: Build and Deploy Native App
22
33on :
44 push :
5- branches : [ main, master ]
5+ branches : [ master ]
66 paths :
77 - ' Server/**'
88 - ' .github/workflows/build-native-app.yml'
5454 name : Deploy to TabAgentDist
5555 needs : build
5656 runs-on : ubuntu-latest
57- if : github.ref == 'refs/heads/main' || github.ref == 'refs/heads/ master'
57+ if : github.ref == 'refs/heads/master'
5858
5959 steps :
6060 - name : Checkout main repository
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ name: Create Release
22
33on :
44 push :
5- branches : [ main, master ]
5+ branches : [ master ]
66 paths :
77 - ' package.json'
88 - ' manifest.json'
5555 ## Tab Agent Extension v${{ steps.version.outputs.version }}
5656
5757 ### Changes in this release:
58- - Automatic release from main branch
58+ - Automatic release from master branch
5959
6060 ### Installation
6161 To install this release:
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ name: Sync Distribution Files
22
33on :
44 push :
5- branches : [ main, master ]
5+ branches : [ master ]
66 paths :
77 - ' package.json'
88 - ' manifest.json'
7979 name : Deploy to TabAgentDist
8080 needs : build
8181 runs-on : ubuntu-latest
82- if : github.ref == 'refs/heads/main' || github.ref == 'refs/heads/ master'
82+ if : github.ref == 'refs/heads/master'
8383
8484 steps :
8585 - name : Checkout main repository
You can’t perform that action at this time.
0 commit comments