Skip to content

Commit

Permalink
fix: AKTUALLY fix name
Browse files Browse the repository at this point in the history
  • Loading branch information
giard-alexandre committed Aug 9, 2024
1 parent fb5230e commit ec4f696
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: 🔨Build + 🧪Test
name: Build

on:
push:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: 🚀 Release

on:
workflow_run:
workflows: [ "🔨Build + 🧪Test" ]
workflows: [ Build ]
types: [ completed ]
branches: [ main ]

Expand Down

0 comments on commit ec4f696

Please sign in to comment.