Skip to content

Commit

Permalink
Re-enable build and upload step (#15)
Browse files Browse the repository at this point in the history
  • Loading branch information
lisguo authored Sep 27, 2023
1 parent 98ec59c commit a93aae7
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/build-and-upload.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
name: Build And Upload

#on:
# push:
# branches:
# - main*
# workflow_dispatch:
# workflow_call:
on:
push:
branches:
- main*
workflow_dispatch:
workflow_call:

jobs:
MakeBinary:
Expand Down

0 comments on commit a93aae7

Please sign in to comment.