Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
farhadsakhaei authored Mar 17, 2024
1 parent 724846f commit 38b984b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Configure Git
run: |
git checkout master
git checkout main
- name: Remove unwanted files
run: |
Expand All @@ -36,4 +36,4 @@ jobs:
run: |
git add .
git commit -am "Sync plugin from SVN"
git push origin master
git push origin main

0 comments on commit 38b984b

Please sign in to comment.