Skip to content

Commit 5d2d9ff

Browse files
authored
Update main.yml
1 parent 8c527c3 commit 5d2d9ff

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/workflows/main.yml

+9
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@ name: neoTRNG simulation
22

33
on:
44
push:
5+
paths:
6+
- 'rtl/**'
7+
- 'sim/**'
8+
- '.github/workflows/main.yml'
9+
pull_request:
10+
paths:
11+
- 'rtl/**'
12+
- 'sim/**'
13+
- '.github/workflows/main.yml'
514
workflow_dispatch:
615

716
jobs:

0 commit comments

Comments
 (0)