Skip to content

Commit

Permalink
Fixing build action triggers
Browse files Browse the repository at this point in the history
Rationale:
Kuksa-val build was triggered too often,

But then, should we not trigger when certs and proto files are changed as well
(Even if some use symbolic links)
  • Loading branch information
erikbosch authored and SebastianSchildt committed Aug 31, 2023
1 parent 0912c73 commit a9d7811
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/kuksa-client.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ on:
paths:
- ".github/workflows/kuksa-client.yml"
- "kuksa-client/**"
- "kuksa_certificates/**"
- "proto/**"
workflow_dispatch:

jobs:
Expand Down

0 comments on commit a9d7811

Please sign in to comment.