Skip to content

Commit

Permalink
fix workflow names
Browse files Browse the repository at this point in the history
  • Loading branch information
ltalirz committed May 9, 2024
1 parent 3a25402 commit b844b24
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: Binder
name: build
on: [push]

jobs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/push.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Binder
name: push
on:
push:
branches:
Expand Down

0 comments on commit b844b24

Please sign in to comment.