Skip to content

Commit

Permalink
Update development_workflow.yml debugb
Browse files Browse the repository at this point in the history
  • Loading branch information
amirbabaei97 authored Dec 28, 2023
1 parent 336753f commit 175b601
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/development_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,10 @@ jobs:
git status
git log -2
- name: Fetch all branches
run: git fetch --all
run: git checkout main
run: git branch -a
run: |
git fetch --all
git checkout main
git branch -a
- name: Show recent commits on development
Expand Down

0 comments on commit 175b601

Please sign in to comment.