Skip to content

Commit

Permalink
Fix failing jsonnet actions
Browse files Browse the repository at this point in the history
Signed-off-by: Kemal Akkoyun <kakkoyun@gmail.com>
  • Loading branch information
kakkoyun committed Mar 16, 2022
1 parent f1fc5a4 commit da4ed60
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/jsonnet.yml
Expand Up @@ -4,10 +4,11 @@ on:
push:
branches: [ main ]
paths:
- jsonnet/**
- 'jsonnet/**'
pull_request:
branches: [ main ]
- jsonnet/**
paths:
- 'jsonnet/**'

jobs:
build:
Expand Down

0 comments on commit da4ed60

Please sign in to comment.