Skip to content

Commit

Permalink
[GitHub] Do it the other way round
Browse files Browse the repository at this point in the history
  • Loading branch information
RobDangerous committed Feb 22, 2025
1 parent bc0bfb8 commit ea6c300
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: Update main
name: Update v2

on:
push:
branches:
- v2
- main

jobs:
build:
Expand All @@ -20,5 +20,5 @@ jobs:
- name: Set email
run: git config --global user.email "robbot2019@robdangero.us"

- name: Push to main
run: git push origin v2:main
- name: Push to v2
run: git push origin main:v2

0 comments on commit ea6c300

Please sign in to comment.