Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
stnolting authored Nov 20, 2024
1 parent 8c527c3 commit 5d2d9ff
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@ name: neoTRNG simulation

on:
push:
paths:
- 'rtl/**'
- 'sim/**'
- '.github/workflows/main.yml'
pull_request:
paths:
- 'rtl/**'
- 'sim/**'
- '.github/workflows/main.yml'
workflow_dispatch:

jobs:
Expand Down

0 comments on commit 5d2d9ff

Please sign in to comment.