Skip to content

Commit

Permalink
Change target branch to main
Browse files Browse the repository at this point in the history
  • Loading branch information
sosheskaz committed Apr 21, 2024
1 parent 3beaf3c commit 553cadf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/update-infinitude.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ name: Update Infinitude Source
on: # yamllint disable-line rule:truthy
push:
branches:
- auto-update-infinitude
- main

jobs:
update-infinitude:
Expand Down Expand Up @@ -38,6 +38,6 @@ jobs:
body: Automatically updated Infinitude to ${{ steps.new_version.outputs.NEW_VERSION }}
branch: update-infinitude-src
delete-branch: true
base: auto-update-infinitude
base: main
reviewers: sosheskaz
assignees: sosheskaz

0 comments on commit 553cadf

Please sign in to comment.