Skip to content

Commit

Permalink
allow triggering actions manually
Browse files Browse the repository at this point in the history
  • Loading branch information
marph91 committed Jan 12, 2024
1 parent be10bbd commit d7513be
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check_scripts.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: check_scripts

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

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

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

jobs:

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

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

jobs:
testsuite:
Expand Down

0 comments on commit d7513be

Please sign in to comment.