Skip to content

Commit

Permalink
Only run jsonnet task when needed
Browse files Browse the repository at this point in the history
Signed-off-by: Kemal Akkoyun <kakkoyun@gmail.com>
  • Loading branch information
kakkoyun committed Feb 22, 2022
1 parent 805ca2e commit 8a9a0e8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/jsonnet.yml
Expand Up @@ -3,8 +3,11 @@ name: Jsonnet
on:
push:
branches: [ main ]
paths:
- jsonnet/**
pull_request:
branches: [ main ]
- jsonnet/**

jobs:
build:
Expand Down

0 comments on commit 8a9a0e8

Please sign in to comment.