Skip to content

Commit

Permalink
test upload script
Browse files Browse the repository at this point in the history
  • Loading branch information
troyeguo committed Jan 7, 2024
1 parent 1954a40 commit ea946b3
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/upload.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,12 @@ name: Download and Upload Release Files

on:
push:
branches: [master]
tags:
- "*"
# Build on every tag in the form v1.2.3-something.4
- "v*"
pull_request:
branches: [master]

jobs:
build:
Expand Down

0 comments on commit ea946b3

Please sign in to comment.