We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 23858a1 commit 9ab92cbCopy full SHA for 9ab92cb
.github/workflows/codacy.yml
@@ -11,9 +11,11 @@ name: Codacy Security Scan
11
on:
12
push:
13
branches: [ "main" ]
14
+ paths: [ "container-monitor.sh", "README.me" ]
15
pull_request:
16
# The branches below must be a subset of the branches above
17
18
19
schedule:
20
- cron: '44 7 * * 0'
21
0 commit comments