Skip to content

Commit

Permalink
ci: enable workflow_dispatch
Browse files Browse the repository at this point in the history
  • Loading branch information
Mizux committed Aug 23, 2023
1 parent bc04314 commit 25e5129
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/amd64_docker.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# ref: https://github.com/docker-library/official-images
name: amd64 Docker

on: [push, pull_request]
on: [push, pull_request, workflow_dispatch]

jobs:
Distros:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/amd64_linux.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: amd64 Linux

on: [push, pull_request]
on: [push, pull_request, workflow_dispatch]

jobs:
# Building using the github runner environement directly.
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/amd64_macos.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: amd64 macOS

on: [push, pull_request]
on: [push, pull_request, workflow_dispatch]

jobs:
# Building using the github runner environement directly.
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/amd64_windows.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: amd64 Windows

on: [push, pull_request]
on: [push, pull_request, workflow_dispatch]

jobs:
# Building using the github runner environement directly.
Expand Down

0 comments on commit 25e5129

Please sign in to comment.