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 Mar 29, 2024
1 parent 8be6407 commit b29f826
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/synthesis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

name: synthesis

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

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

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

jobs:
container:
Expand Down

0 comments on commit b29f826

Please sign in to comment.