Skip to content

Commit 84f91ba

Browse files
ci: run CI and CodeQL workflows on dev branch
- Add dev to push and pull_request branch triggers in ci.yml - Add dev to push and pull_request branch triggers in codeql.yml Signed-off-by: night-slayer18 <samanuaia257@gmail.com>
1 parent d85689a commit 84f91ba

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/ci.yml

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

33
on:
44
push:
5-
branches: [main]
5+
branches: [main, dev]
66
pull_request:
7-
branches: [main]
7+
branches: [main, dev]
88

99
jobs:
1010
build:

.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: '0 0 * * 1' # Weekly on Monday
1010

0 commit comments

Comments
 (0)