Skip to content

Commit 2ea12a5

Browse files
committed
Infra - fix workflow triggers to use master branch
1 parent 324b29c commit 2ea12a5

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: CD
22

33
on:
44
push:
5-
branches: [main]
5+
branches: [master]
66

77
jobs:
88
build-test-deploy:

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ name: CI
22

33
on:
44
push:
5-
branches: [develop]
5+
branches: [master]
66
pull_request:
7-
branches: [main]
7+
branches: [master]
88

99
jobs:
1010
build:

0 commit comments

Comments
 (0)