Skip to content

Commit

Permalink
feat: added workflow_dispatch on engine CI
Browse files Browse the repository at this point in the history
  • Loading branch information
picsalex committed Mar 28, 2024
1 parent 9b17da5 commit 08e1f9e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/engine_tests.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Python application
name: Engine tests

on:
push:
Expand All @@ -11,6 +11,7 @@ on:
paths:
- 'src/decorators/**'
- 'src/logger.py'
workflow_dispatch:

permissions:
contents: read
Expand Down

0 comments on commit 08e1f9e

Please sign in to comment.