Skip to content

Commit 769b09c

Browse files
committed
chore(ci): udate workflow rules for python-gitguardian
1 parent 671f22c commit 769b09c

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/python-gitguardian.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,18 @@ name: python-gitguardian
33
on:
44
schedule:
55
- 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'
611
push:
712
branches:
813
- 'main'
914
paths:
1015
- .github/workflows/python-gitguardian.yaml
1116
- 'images/python-gitguardian/*.yaml'
17+
- 'images/python-gitguardian/**/*.yaml'
1218
workflow_dispatch:
1319

1420
permissions:

0 commit comments

Comments
 (0)