Skip to content

Commit 59ea266

Browse files
author
Alan
committed
fix: change workflow trigger from main to master
1 parent e17b84f commit 59ea266

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
# Déclenché manuellement ou après un merge sur main
55
workflow_dispatch:
66
push:
7-
branches: [ main ]
7+
branches: [ master ]
88

99
jobs:
1010
# Job de construction de l'image

0 commit comments

Comments
 (0)