Skip to content

Commit

Permalink
add workflow_dispatch
Browse files Browse the repository at this point in the history
  • Loading branch information
beer-1 committed Jan 31, 2025
1 parent 56f598f commit 4b29d9b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-and-upload.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: Build and Upload to releases

on:
workflow_dispatch:
push:
tags:
- 'v*'
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/build-linux-arm64.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
name: Build Linux ARM64

on:
workflow_call:
on: workflow_call

jobs:
build:
Expand Down

0 comments on commit 4b29d9b

Please sign in to comment.