Skip to content

Commit ec7938a

Browse files
Update workflow branches from "main" to "develop"
1 parent 3589f21 commit ec7938a

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.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: [ develop ]
66
pull_request:
7-
branches: [ main ]
7+
branches: [ develop ]
88
schedule:
99
- cron: '0 3 * * 1'
1010

.github/workflows/docker-image-pr.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: [ "develop" ]
66
pull_request:
7-
branches: [ "main" ]
7+
branches: [ "develop" ]
88

99
jobs:
1010
build:

.github/workflows/grandnode.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: Build and deploy .NET Core app to Linux WebApp grandnode
22
on:
33
push:
4-
branches: [ "main" ]
4+
branches: [ "develop" ]
55

66
env:
77
AZURE_WEBAPP_NAME: grandnode-dev

0 commit comments

Comments
 (0)