Skip to content

Commit

Permalink
Enable manual trigger of ci and check-dist
Browse files Browse the repository at this point in the history
  • Loading branch information
richtea committed Nov 21, 2022
1 parent 5b6a587 commit 0b0a8df
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/check-dist.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,9 @@ on:
branches:
- main
- autorelease/*

workflow_dispatch:


jobs:
check-dist:
runs-on: ubuntu-latest
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ on:
branches:
- main
- autorelease/*
workflow_dispatch:


jobs:
build:
Expand Down

0 comments on commit 0b0a8df

Please sign in to comment.