Skip to content

Commit fbc8f05

Browse files
authored
fix upload workflow
1 parent c2a50d5 commit fbc8f05

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/upload.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@ name: Auto upload plugins to MinIO
22

33
on:
44
push:
5-
branches: [ master ]
5+
branches: [ main ]
66
workflow_dispatch:
77

88
jobs:
99
upload:
10-
runs-on: Linux
10+
runs-on: ubuntu-latest
1111

1212
env:
1313
AWS_ACCESS_KEY_ID: ${{ secrets.MINIO_ACCESS_KEY }}

0 commit comments

Comments
 (0)