Skip to content

Commit

Permalink
Workflow: added workflow_dispatch to all compiler targets
Browse files Browse the repository at this point in the history
  • Loading branch information
gwiazdorrr committed Jan 3, 2024
1 parent f2303e7 commit 6f75676
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/apple-clang.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: no-parallelism-apple-clang
on: [push]
on: [push, workflow_dispatch]

jobs:
job:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/clang-latest.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: clang-latest
on: [push]
on: [push, workflow_dispatch]

jobs:
job:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/gcc-latest.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: gcc-latest
on: [push]
on: [push, workflow_dispatch]

jobs:
job:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/vs2019.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: vs2019
on: [push]
on: [push, workflow_dispatch]

jobs:
job:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/vs2022.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: vs2022
on: [push]
on: [push, workflow_dispatch]

jobs:
job:
Expand Down

0 comments on commit 6f75676

Please sign in to comment.