Skip to content

Commit 7f2ef3a

Browse files
Merge pull request #27 from pineapple-EPITA/fix/deployment-workflow
Fix/deployment workflow
2 parents d37006c + 08478eb commit 7f2ef3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

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

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

77
permissions:
88
contents: read

0 commit comments

Comments
 (0)