diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ce5754a..7731e0a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -3,7 +3,7 @@ name: CI on: push: branches: - - 'main' + - 'master' release: types: [created] workflow_dispatch: @@ -55,11 +55,10 @@ jobs: ncc build --config release --log-level debug release: - needs: build runs-on: ubuntu-latest container: image: php:8.3 - if: github.event_name == 'release' && startsWith(github.event.release.tag_name, 'v') + if: github.event_name == 'release' steps: - name: Checkout repository @@ -103,9 +102,3 @@ jobs: echo "Build artifact not found" exit 1 fi - - - name: Upload artifacts - uses: actions/upload-artifact@v4 - with: - name: build - path: build/ \ No newline at end of file