diff --git a/.github/workflows/pull_request.yml b/.github/workflows/build.yml similarity index 95% rename from .github/workflows/pull_request.yml rename to .github/workflows/build.yml index 27b8efa..e45ff74 100644 --- a/.github/workflows/pull_request.yml +++ b/.github/workflows/build.yml @@ -1,9 +1,9 @@ -name: pull_request +name: build on: - pull_request: + push: branches: - - '**' + - 'master' concurrency: group: ${{ github.head_ref }} @@ -85,4 +85,4 @@ jobs: access_key: ${{ secrets.MINIO_KEY }} secret_key: ${{ secrets.MINIO_SECRET }} - name: Copy dir to MinIO - run: mc cp -r ../build/packages/ minio/pr-build/third-party/5.0/ + run: mc cp -r ../build/packages/ minio/rc-build/third-party/5.0/