Skip to content
This repository was archived by the owner on Oct 20, 2025. It is now read-only.

Commit 3506b25

Browse files
committed
changed the namespace from PhpSlides\Src to PhpSlides\Core
1 parent 9b2f631 commit 3506b25

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ jobs:
2626
2727
- name: Push changes to main
2828
run: |
29+
git checkout -b main
30+
git reset --hard dev
2931
git push -u -f origin main
3032
env:
3133
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)