only run action on push
Cette révision appartient à :
Parent
cf8d288740
révision
86206fa8c9
1 fichiers modifiés avec 1 ajouts et 1 suppressions
2
.github/workflows/cd.yml
externe
2
.github/workflows/cd.yml
externe
|
@ -1,6 +1,6 @@
|
|||
name: cd
|
||||
|
||||
on: [push, pull_request]
|
||||
on: [push]
|
||||
|
||||
jobs:
|
||||
cd:
|
||||
|
|
Référencer dans un nouveau ticket