Skip to content

Commit

Permalink
Update CI scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
cezaraugusto committed Jun 23, 2024
1 parent 052147d commit 2334ca7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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: extension build command
name: extension:build
on: push
jobs:
build:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cli.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: extension command
name: extension:cli
on: push
jobs:
build:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/create.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: extension create command
name: extension:create
on: push
jobs:
build:
Expand Down

0 comments on commit 2334ca7

Please sign in to comment.