Skip to content

Commit

Permalink
CI: add workflow_dispatch trigger event
Browse files Browse the repository at this point in the history
  • Loading branch information
elacuesta committed Feb 19, 2025
1 parent d8db20b commit 31a80a1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/checks.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: Checks
on: [push, pull_request]
on: [push, pull_request, workflow_dispatch]

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

jobs:
tests:
Expand Down

0 comments on commit 31a80a1

Please sign in to comment.