Skip to content

Commit 8064b3e

Browse files
committed
Fix errors.
1 parent 97d3153 commit 8064b3e

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/codeql.yml

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

1414
on:
1515
push:
16-
branches: [ "main" ]
16+
branches: [ "main","dev-auth" ]
1717
pull_request:
18-
branches: [ "main" ]
18+
branches: [ "main" ,"dev-auth" ]
1919
schedule:
2020
- cron: '42 6 * * 1'
2121

.github/workflows/docker-image.yml

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

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

99
jobs:
1010

0 commit comments

Comments
 (0)