Skip to content

Commit

Permalink
Add workflow_dispatch trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
simPod committed Oct 26, 2021
1 parent a00a93a commit 283222f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ on:
- "master"
schedule:
- cron: "42 3 * * *"
workflow_dispatch:

jobs:
phpunit:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/coding-standards.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
push:
branches:
- "master"
workflow_dispatch:

jobs:
coding-standards:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/infection.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
push:
branches:
- "master"
workflow_dispatch:

jobs:
Infection:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/static-analysis.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
push:
branches:
- "master"
workflow_dispatch:

jobs:
static-analysis-phpstan:
Expand Down

0 comments on commit 283222f

Please sign in to comment.