Skip to content

Commit

Permalink
Change default branch to main from stable
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-montalvo committed Feb 27, 2024
1 parent 1e6661b commit e40c50e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deploy-to-tr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@ on:
inputs:
branches:
required: true
default: stable
default: main
push:
branches:
- stable
- main

jobs:
publish-tr:
name: Publish to TR from stable branch
name: Publish to TR from main branch
runs-on: ubuntu-latest # only linux supported at present
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit e40c50e

Please sign in to comment.