Skip to content

Commit

Permalink
Merge pull request #22 from itsyourap/enhance-actions
Browse files Browse the repository at this point in the history
Enhance actions build workflow
  • Loading branch information
Sbiswas001 authored Oct 7, 2024
2 parents a52a797 + 702681d commit a724cee
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,14 @@ on:
paths:
- '**/*.gradle.kts'
- 'app/src/**'
- 'gradle/**'
- '.github/workflows/build.yml'
push:
branches: [ master ]
paths:
- '**/*.gradle.kts'
- 'app/src/**'
- 'gradle/**'
- '.github/workflows/build.yml'

jobs:
Expand Down

0 comments on commit a724cee

Please sign in to comment.