diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 319ce50b..bedb58ed 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -1,15 +1,11 @@ name: "Build Action" on: workflow_dispatch: - push: - branches: - - main permissions: write-all jobs: Build-LiteLoader: - if: ${{ startsWith(github.event.head_commit.message, 'build:') }} runs-on: ubuntu-latest steps: - name: Clone Main Repository @@ -37,7 +33,6 @@ jobs: name: NapCat.Framework path: dist Build-Shell: - if: ${{ startsWith(github.event.head_commit.message, 'build:') }} runs-on: ubuntu-latest steps: - name: Clone Main Repository @@ -63,4 +58,4 @@ jobs: uses: actions/upload-artifact@v4 with: name: NapCat.Shell - path: dist \ No newline at end of file + path: dist