Skip to content

Commit

Permalink
🔧 Limit with paths start a build.
Browse files Browse the repository at this point in the history
  • Loading branch information
RobertoGraham committed Apr 11, 2024
1 parent ed5e116 commit 7bd494b
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@ name: Compile and Upload Native Binaries
on:
push:
branches: [ main ]
paths:
- .github/workflows/main.yaml
- gradle/**
- src/**
- terraform/**
- gradlew
- build.gradle.kts
- setting.gradle.kts

jobs:
publish:
Expand Down

0 comments on commit 7bd494b

Please sign in to comment.