Skip to content

Commit

Permalink
Add workflow_dispatch trigger to all actions
Browse files Browse the repository at this point in the history
  • Loading branch information
smartspot2 committed Jul 8, 2023
1 parent 4a7eec4 commit aed030a
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/cypress.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
branches: [master]
pull_request:
branches: [master]
workflow_dispatch:

env:
PYTHON_VERSION: 3.9
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/django.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
branches: [master]
pull_request:
branches: [master]
workflow_dispatch:

env:
PYTHON_VERSION: 3.9
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ on:
branches: [master]
pull_request:
branches: [master]
workflow_dispatch:

env:
NODE_VERSION: 16.x
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/pre-commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
branches: [master]
push:
branches: [master]
workflow_dispatch:

jobs:
pre-commit:
Expand Down

0 comments on commit aed030a

Please sign in to comment.