Skip to content

Commit

Permalink
return ci/cd
Browse files Browse the repository at this point in the history
  • Loading branch information
UnicoYal committed Dec 16, 2024
1 parent fa6cb42 commit e2098ff
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
push:
branches:
- main
- release/return-correct-logger
- very-final-branch
workflow_dispatch:

jobs:
Expand Down Expand Up @@ -61,9 +61,9 @@ jobs:

build-and-push:
runs-on: ubuntu-latest
# needs:
# - linter
# - test
needs:
- linter
- test

steps:
- name: Checkout code
Expand Down

0 comments on commit e2098ff

Please sign in to comment.