Skip to content

Commit ead33e4

Browse files
committed
patch: Update CI
1 parent 0a59830 commit ead33e4

5 files changed

Lines changed: 10 additions & 10 deletions

File tree

.github/workflows/build-all-images.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@ on:
77
- 'stack/**/*.Dockerfile'
88
- 'stack/**/*.dockerignore'
99
- 'docker-compose-dev.yml'
10-
branches: [ "development" ]
10+
branches: [ "main" ]
1111

1212
pull_request:
13-
branches: [ "development" ]
13+
branches: [ "main" ]
1414
paths:
1515
- '.github/workflows/build-all-images.yml'
1616
- 'stack/**/*.Dockerfile'

.github/workflows/build-dataserver-image.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@ on:
66
paths:
77
- stack/dataserver/**
88
- .github/workflows/build-dataserver-image.yml
9-
branches: [ "development" ]
9+
branches: [ "main" ]
1010

1111
pull_request:
12-
branches: [ "development" ]
12+
branches: [ "main" ]
1313
paths:
1414
- stack/dataserver/**
1515
- .github/workflows/build-dataserver-image.yml

.github/workflows/build-streamserver-image.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@ on:
66
paths:
77
- stack/stream-server/**
88
- .github/workflows/build-streamserver-image.yml
9-
branches: [ "development" ]
9+
branches: [ "main" ]
1010

1111
pull_request:
12-
branches: [ "development" ]
12+
branches: [ "main" ]
1313
paths:
1414
- stack/stream-server/**
1515
- .github/workflows/build-streamserver-image.yml

.github/workflows/test-client-build-docker.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@ on:
66
- client/**
77
- client/clientbuildtest.Dockerfile
88
- .github/workflows/test-client-build-docker.yml
9-
branches: [ "development" ]
9+
branches: [ "main" ]
1010

1111
pull_request:
12-
branches: [ "development" ]
12+
branches: [ "main" ]
1313
paths:
1414
- client/**
1515
- client/clientbuildtest.Dockerfile

.github/workflows/test-dataserver-php-composer.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@ name: Test Composer Install For Dataserver PHP
22

33
on:
44
push:
5-
branches: [ "development" ]
5+
branches: [ "main" ]
66
paths:
77
- stack/dataserver/**
88
- .github/workflows/test-dataserver-php-composer.yml
99
pull_request:
10-
branches: [ "development" ]
10+
branches: [ "main" ]
1111
paths:
1212
- stack/dataserver/**
1313
- .github/workflows/test-dataserver-php-composer.yml

0 commit comments

Comments
 (0)