We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 97d3153 commit 8064b3eCopy full SHA for 8064b3e
2 files changed
.github/workflows/codeql.yml
@@ -13,9 +13,9 @@ name: "CodeQL"
13
14
on:
15
push:
16
- branches: [ "main" ]
+ branches: [ "main","dev-auth" ]
17
pull_request:
18
+ branches: [ "main" ,"dev-auth" ]
19
schedule:
20
- cron: '42 6 * * 1'
21
.github/workflows/docker-image.yml
@@ -2,9 +2,9 @@ name: Docker Image CI
2
3
4
5
6
7
8
9
jobs:
10
0 commit comments