Skip to content

Commit

Permalink
Make builders runnable by hand
Browse files Browse the repository at this point in the history
  • Loading branch information
rui314 committed Sep 15, 2024
1 parent 0612ea4 commit 3b3bc7b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
- cron: '0 0 * * *'
release:
types: [ published ]
workflow_dispatch:

jobs:
build-tarballs:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/build-x86.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name: Build x86 tarball
on:
push:
branches: [ main ]
workflow_dispatch:

jobs:
build-tarball:
Expand Down

0 comments on commit 3b3bc7b

Please sign in to comment.