Skip to content

Commit

Permalink
Add workflow_dispatch trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
akiselev1 committed Mar 3, 2023
1 parent 6df2aa3 commit 35d672b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/mock.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: Mock test
on: [pull_request]
on: [pull_request, workflow_dispatch]
jobs:
mock-test:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 35d672b

Please sign in to comment.