Skip to content

Commit

Permalink
Update codacy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kavi-egov authored Aug 15, 2023
1 parent f74fa03 commit bb7db4d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/codacy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ name: Codacy Security Scan

on:
push:
branches: [ "master", "master|hlm-[0-9]+.*" ]
branches: [ "master", "master|hlm-[0-9]+.*", "dev" ]
pull_request:
# The branches below must be a subset of the branches above
branches: [ "master" ]
branches: [ "master", "dev" ]
schedule:
- cron: '30 13 * * 1'

Expand Down

0 comments on commit bb7db4d

Please sign in to comment.