diff --git a/.github/workflows/build-test.yml b/.github/workflows/build-test.yml index 3a6b6c6..2c66a44 100644 --- a/.github/workflows/build-test.yml +++ b/.github/workflows/build-test.yml @@ -1,4 +1,4 @@ -name: Build & Test +name: Build Test on: pull_request: @@ -9,10 +9,6 @@ on: - "**.md" workflow_dispatch: -permissions: - contents: write - pull-requests: write - jobs: build: runs-on: ${{ matrix.os }} @@ -36,10 +32,3 @@ jobs: - name: Build new release run: ncc build index.js --license licenses.txt - - - name: Open pull request with changes - uses: peter-evans/create-pull-request@v6 - with: - title: New build - branch: auto-build - delete-branch: true