Skip to content

Commit

Permalink
fix: rename workflow files
Browse files Browse the repository at this point in the history
  • Loading branch information
RcleydsonR committed Aug 25, 2022
1 parent 6849e25 commit 6cda62b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/CI.yml → .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: CI pipeline
name: build, test and lint

on:
push :
Expand All @@ -7,7 +7,7 @@ on:
types: [ opened ]

jobs:
test-lint:
build-test:
runs-on: ubuntu-latest
defaults:
run:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/CD.yml → .github/workflows/submit.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: CD pipeline
name: submit image to dockerhub

on:
push :
Expand Down

0 comments on commit 6cda62b

Please sign in to comment.