Skip to content

Commit 57f891e

Browse files
authored
Merge pull request #33 from arosha-w/iSiRaH-patch-1
Add 'Dev' branch to CodeQL workflow triggers
2 parents b8fa940 + 5d8d65c commit 57f891e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/codeql.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ name: "CodeQL"
22

33
on:
44
push:
5-
branches: [ "main" ]
5+
branches: [ "main", "Dev" ]
66
pull_request:
7-
branches: [ "main" ]
7+
branches: [ "main", "Dev" ]
88
schedule:
99
- cron: "33 19 * * 4"
1010

0 commit comments

Comments
 (0)