Skip to content

Commit e2e7496

Browse files
authored
chore: Develop Branch GitHub Actions (#129)
* Enable 'develop' branch to run GitHub actions
1 parent f279d90 commit e2e7496

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

.github/workflows/client.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ on:
1414
- 'packages/client/**'
1515
branches:
1616
- main
17+
- develop
1718

1819
jobs:
1920
lint:

.github/workflows/gateway.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ on:
1414
- 'packages/gateway/**'
1515
branches:
1616
- main
17+
- develop
1718

1819
jobs:
1920
lint:

.github/workflows/server.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ on:
1414
- 'packages/server/**'
1515
branches:
1616
- main
17+
- develop
1718

1819
jobs:
1920
lint:

0 commit comments

Comments
 (0)