Skip to content

Commit

Permalink
Run Check for Proto Update only if protocol/gradle.properties cha…
Browse files Browse the repository at this point in the history
…nged or it's friday
  • Loading branch information
magx2 committed Oct 27, 2024
1 parent 4115de9 commit 704f4f2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/checkForProtoUpdate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ name: Check for Proto Update
on:
push:
branches: [ "master" ]
paths:
- "protocol/gradle.properties"
schedule:
- cron: '0 0 * * 5' # every Friday at midnight
jobs:
Expand Down

0 comments on commit 704f4f2

Please sign in to comment.