Skip to content

Commit ea94be3

Browse files
committed
Remove branch build trigger
1 parent 26bc929 commit ea94be3

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/workflows/package-release.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,6 @@ name: "Package Release"
22

33
on:
44
push:
5-
# TODO: Remove this branch once we're done testing
6-
branches:
7-
- "release-tooling"
85
tags:
96
- "*"
107

@@ -27,7 +24,6 @@ jobs:
2724

2825
# TODO: create changelog from tag description
2926
- name: "Add dummy changelog"
30-
if: ${{ github.ref_type != 'tag' }}
3127
run: "echo 'Development Build' > changelog"
3228

3329
- name: "Build package.xml"
@@ -53,7 +49,6 @@ jobs:
5349
retention-days: 3
5450

5551
- name: "Upload release artifact"
56-
if: ${{ github.ref_type == 'tag' }}
5752
run: gh release upload ${{ github.ref_name }} mongodb-${{ env.PACKAGE_VERSION }}.tgz
5853
# Until we've changed the process to always have a release draft, ignore errors during upload
5954
continue-on-error: true
@@ -106,7 +101,6 @@ jobs:
106101
retention-days: 3
107102

108103
- name: "Create and upload release artifact"
109-
if: ${{ github.ref_type == 'tag' }}
110104
run: |
111105
ARCHIVE=php_mongodb-${{ github.ref_name }}-${{ matrix.php }}-${{ matrix.ts }}-${{ matrix.arch }}.zip
112106
zip $ARCHIVE php_mongodb.dll php_mongodb.pdb CREDITS CONTRIBUTING.md LICENSE README.md THIRD_PARTY_NOTICES

0 commit comments

Comments
 (0)