Skip to content

Commit c117c02

Browse files
committed
changed actions push to main
1 parent 9d8145e commit c117c02

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,11 @@ jobs:
2222
- name: Run Python script
2323
run: |
2424
python code/main_handler.py all
25-
- name: Commit and push changes to dev
25+
- name: Commit and push changes to main
2626
run: |
2727
git config --global user.name "GitHub Actions Bot"
2828
git config --global user.email "github-actions[bot]@users.noreply.github.com"
29-
git checkout dev
29+
git checkout main
3030
git add .
3131
git commit -m "Automated changes from GitHub Actions"
32-
git push origin dev
32+
git push origin main

0 commit comments

Comments
 (0)