Skip to content

Commit 662f37c

Browse files
Update codacy.yml
1 parent f88187b commit 662f37c

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.github/workflows/codacy.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,14 @@ name: Codacy Security Scan
1515

1616
on:
1717
push:
18-
branches: [ "master" ]
18+
branches:
19+
- master
20+
- develop
1921
pull_request:
2022
# The branches below must be a subset of the branches above
21-
branches: [ "master" ]
23+
branches:
24+
- master
25+
- develop
2226
schedule:
2327
- cron: '19 13 * * 0'
2428

0 commit comments

Comments
 (0)