Skip to content

Commit

Permalink
chore: add workflow_dispatch to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Justintime50 committed Oct 10, 2024
1 parent c68b48c commit 51c53e9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ on:
paths:
- '.github/workflows/build.yml'
- '**/*.py'
workflow_dispatch: ~

jobs:
lint:
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: release

on:
push:
tags:
- '*'
release:
types: [published]
workflow_dispatch: ~

jobs:
release:
Expand Down

0 comments on commit 51c53e9

Please sign in to comment.