Skip to content

Commit

Permalink
[ci] Run kotlin-test on workflow file changes or on manual trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
charlag committed Jul 4, 2024
1 parent 91a312a commit cb8b1ba
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/kotlin-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,13 @@ on:
types: [ opened, synchronize, edited ]
paths:
- 'app-android/**'
- '.github/workflows/kotlin-test.yml'
push:
branches:
- dev-*
paths:
- 'app-android/**'
workflow_dispatch:

jobs:
test-kotlin:
Expand Down

1 comment on commit cb8b1ba

@SBraderz
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

hi how di i download it?

Please sign in to comment.