Skip to content

Commit

Permalink
Merge pull request #5 from algosup/tests
Browse files Browse the repository at this point in the history
Update main.yml

+ Removed the dev branch in the main.yml file (protected branch)
  • Loading branch information
EnoGame29 authored Feb 28, 2025
2 parents c3ef55c + 3e4df13 commit b61ef18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- name: Merge main into sub-branches
run: |
for branch in functional technical dev quality-assurance management; do
for branch in functional technical quality-assurance management; do
echo "Checking branch: $branch"
if git ls-remote --heads origin "$branch" | grep -q "refs/heads/$branch"; then
Expand Down

0 comments on commit b61ef18

Please sign in to comment.