Skip to content

Commit e9d32d6

Browse files
committed
fix branch names in workflow file
Former-commit-id: 3a3d418
1 parent 525bc04 commit e9d32d6

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

.github/workflows/backend_build_test_ecr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: Backend Build&Push to Test ECR
22
on:
33
push:
4-
branches: [ 'main', 'feat/*' ]
4+
branches: [ 'develop', 'feat/*' ]
55

66
permissions:
77
id-token: write

.github/workflows/backend_test.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
name: Backend Go Tests
22
on:
33
push:
4-
branches: [ main ]
5-
paths: [ "backend/**", "libs/**"]
4+
branches: [ develop ]
65
pull_request:
7-
paths: [ "backend/**", "libs/**"]
6+
87
jobs:
98

109
build:

0 commit comments

Comments
 (0)