Skip to content

Commit

Permalink
Trigger GitHub workflows when yaml files are changed
Browse files Browse the repository at this point in the history
  • Loading branch information
pemistahl committed Jul 20, 2023
1 parent cd9430b commit c0e47f5
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 @@ -9,6 +9,7 @@ on:
- 'gradle.properties'
- 'settings.gradle.kts'
- 'src/**'
- '**.yml'
pull_request:
branches:
- main
Expand All @@ -17,6 +18,7 @@ on:
- 'gradle.properties'
- 'settings.gradle.kts'
- 'src/**'
- '**.yml'

jobs:
build:
Expand Down

0 comments on commit c0e47f5

Please sign in to comment.