Browse Source

ci: fix and rename create workflow

https://github.com/PaulRBerg/foundry-template/issues/58
Paul Razvan Berg 11 months ago
parent
commit
00bcdf8b63
1 changed files with 1 additions and 1 deletions
  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
 # The workflow will run only when the "Use this template" button is used
 on:
 on:
-  create:
+  push:
 
 
 jobs:
 jobs:
   create:
   create: