Skip to content

Commit 8887bfc

Browse files
committed
Replace main to master in branches actions
1 parent 97e16ee commit 8887bfc

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ name: CI/CD - Build, Test and Deploy
22

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

99
jobs:
1010
backend-tests:
@@ -26,7 +26,7 @@ jobs:
2626
distribution: 'temurin'
2727

2828
- name: Run backend tests
29-
run: ./mvnw test si usás Maven
29+
run: ./mvnw test
3030

3131
frontend-tests:
3232
name: 🧪 Frontend tests

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: CI/CD Pipeline
33
on:
44
push:
55
branches:
6-
- main
6+
- master
77

88
jobs:
99
build-and-deploy:

0 commit comments

Comments
 (0)