Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Shinji-IkariG authored Jan 11, 2024
1 parent 0597632 commit a3bb343
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: build
on:
push:
branches:
- '**'
- 'master'

concurrency:
group: ${{ github.head_ref }}
Expand Down Expand Up @@ -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/

0 comments on commit a3bb343

Please sign in to comment.