Skip to content

Commit

Permalink
adds workflow_dispatch: {}
Browse files Browse the repository at this point in the history
  • Loading branch information
joergi committed Jul 24, 2023
1 parent 757db31 commit 810f598
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/linters.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ on:
branches: [main]
pull_request:
branches: [main]
workflow_dispatch: {}

# A workflow run is made up of one or more jobs
# that can run sequentially or in parallel
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/testing-regular-issues.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ on:
branches: [ main ]
pull_request:
branches: [ main ]
workflow_dispatch: {}

# A workflow run is made up of one or more jobs that can run sequentially or in parallel
jobs:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/testing-special-issues.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ on:
branches: [ main ]
pull_request:
branches: [ main ]
workflow_dispatch: {}

# A workflow run is made up of one or more jobs that can run sequentially or in parallel
jobs:
Expand Down

0 comments on commit 810f598

Please sign in to comment.