Skip to content

Commit

Permalink
Update workflow names
Browse files Browse the repository at this point in the history
  • Loading branch information
soywiz committed Mar 2, 2024
1 parent e229e28 commit a178582
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-js.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Deploy JS game to GitHub Pages
name: Deploy JS
name: "🚀 Deploy JS"

on:
push:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# This workflow will build a Java project with Gradle
# For more information see: https://help.github.com/actions/language-and-framework-guides/building-and-testing-java-with-gradle

name: Testing
name: "🧪 Testing"

on:
push
Expand Down

0 comments on commit a178582

Please sign in to comment.