We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e79e42 commit fa56477Copy full SHA for fa56477
.github/workflows/build.yml
@@ -3,8 +3,16 @@ name: Build Executables
3
on:
4
push:
5
branches: ['main', 'master']
6
+ paths:
7
+ - 'get_cert.py'
8
+ - 'get_cert.spec'
9
+ - 'requirements.txt'
10
pull_request:
11
12
13
14
15
16
workflow_dispatch:
17
workflow_call:
18
0 commit comments