Skip to content

Commit fa56477

Browse files
ci: only build when source code changes
1 parent 1e79e42 commit fa56477

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/build.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,16 @@ name: Build Executables
33
on:
44
push:
55
branches: ['main', 'master']
6+
paths:
7+
- 'get_cert.py'
8+
- 'get_cert.spec'
9+
- 'requirements.txt'
610
pull_request:
711
branches: ['main', 'master']
12+
paths:
13+
- 'get_cert.py'
14+
- 'get_cert.spec'
15+
- 'requirements.txt'
816
workflow_dispatch:
917
workflow_call:
1018

0 commit comments

Comments
 (0)