Skip to content

Commit

Permalink
Enable manual trigger of actions
Browse files Browse the repository at this point in the history
  • Loading branch information
angristan committed May 16, 2024
1 parent 5a4b31b commit 6a127fa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
on: [push, pull_request]
on: [push, pull_request, workflow_dispatch]

name: Lint

Expand Down
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ on:
branches:
- master
- ci
workflow_dispatch:

name: Test
jobs:
Expand Down

0 comments on commit 6a127fa

Please sign in to comment.