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 671f22c commit 769b09cCopy full SHA for 769b09c
.github/workflows/python-gitguardian.yaml
@@ -3,12 +3,18 @@ name: python-gitguardian
3
on:
4
schedule:
5
- cron: "00 01 * * 1"
6
+ pull_request:
7
+ paths:
8
+ - .github/workflows/python-gitguardian.yaml
9
+ - 'images/python-gitguardian/*.yaml'
10
+ - 'images/python-gitguardian/**/*.yaml'
11
push:
12
branches:
13
- 'main'
14
paths:
15
- .github/workflows/python-gitguardian.yaml
16
- 'images/python-gitguardian/*.yaml'
17
18
workflow_dispatch:
19
20
permissions:
0 commit comments