We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 97e16ee commit 8887bfcCopy full SHA for 8887bfc
.github/workflows/ci.yml
@@ -2,9 +2,9 @@ name: CI/CD - Build, Test and Deploy
2
3
on:
4
push:
5
- branches: [main, develop]
+ branches: [master, develop]
6
pull_request:
7
8
9
jobs:
10
backend-tests:
@@ -26,7 +26,7 @@ jobs:
26
distribution: 'temurin'
27
28
- name: Run backend tests
29
- run: ./mvnw test si usás Maven
+ run: ./mvnw test
30
31
frontend-tests:
32
name: 🧪 Frontend tests
.github/workflows/deploy.yml
@@ -3,7 +3,7 @@ name: CI/CD Pipeline
branches:
- - main
+ - master
build-and-deploy:
0 commit comments