Skip to content

Commit

Permalink
ci: add workflow_dispatch
Browse files Browse the repository at this point in the history
  • Loading branch information
RanbirAulakh committed Oct 3, 2024
1 parent 15ae5a1 commit f2b8351
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: build

on:
workflow_dispatch:
pull_request:
branches: ["main"]

Expand Down
1 change: 1 addition & 0 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: docs

on:
workflow_dispatch:
workflow_call:

permissions:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/notify.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: notify

on:
workflow_dispatch:
push:
branches: ["main"]

Expand Down
1 change: 1 addition & 0 deletions .github/workflows/pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
name: pypi

on:
workflow_dispatch:
workflow_call:

permissions:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: release

on:
workflow_dispatch:
release:
types: [published]

Expand Down
1 change: 1 addition & 0 deletions .github/workflows/tox.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ name: tox

on:
workflow_call:
workflow_dispatch:

permissions:
contents: read
Expand Down

0 comments on commit f2b8351

Please sign in to comment.