Преглед на файлове

ci: fix and rename create workflow

https://github.com/PaulRBerg/foundry-template/issues/58
Paul Razvan Berg преди 11 месеца
родител
ревизия
00bcdf8b63
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      .github/workflows/use-template.yml

+ 1 - 1
.github/workflows/create.yml → .github/workflows/use-template.yml

@@ -2,7 +2,7 @@ name: "Create"
 
 # The workflow will run only when the "Use this template" button is used
 on:
-  create:
+  push:
 
 jobs:
   create: