Skip to content

Commit

Permalink
Rename CI main jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
eldy committed Nov 13, 2024
1 parent 85108b9 commit bc11802
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-on-pull_request.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: "CI"
name: "CI-PULL-REQUEST"

on: [pull_request]
jobs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci-on-push.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: "CI"
name: "CI-PUSH"

on: [push]
jobs:
Expand Down

0 comments on commit bc11802

Please sign in to comment.