Skip to content

Commit

Permalink
Only run hax job when Kyber source files are modified.
Browse files Browse the repository at this point in the history
  • Loading branch information
xvzcf committed Sep 21, 2023
1 parent 002f0cd commit 74d1fee
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/hax.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,16 @@ name: hax
on:
push:
branches: ["dev"]
paths:
'specs/kyber/src/**'
'src/kem/kyber768/**'
'src/kem/kyber768.rs'
pull_request:
branches: ["dev"]
paths:
'specs/kyber/src/**'
'src/kem/kyber768/**'
'src/kem/kyber768.rs'
workflow_dispatch:

env:
Expand Down

0 comments on commit 74d1fee

Please sign in to comment.