Skip to content

Commit

Permalink
update upload.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
chen310 committed Mar 11, 2022
1 parent 83c1201 commit 58daa75
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/upload.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,25 @@ name: "upload"

on:
workflow_dispatch:
push:
branches:
- main
paths:
- "**.py"
- "**.json"
- "README.md"
- ".github/workflows/upload.yml"
- "!serverless/**"
- "!scheduler.py"
- "!ql_update.py"

concurrency:
group: upload-workflow
cancel-in-progress: true

jobs:
upload-files:
if: github.repository == 'chen310/NeteaseCloudMusicTasks'
name: upload
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 58daa75

Please sign in to comment.