Merge pull request #20 from actions/joshmgross/workflow-names
Add workflow names
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
name: CI 🔨
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: ["**"]
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
name: Deploy 🚀
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: ["master", "deploy-test"]
|
||||
|
||||
Reference in New Issue
Block a user