Skip to content

Commit

Permalink
Set default branch to main
Browse files Browse the repository at this point in the history
  • Loading branch information
atharva-2001 committed Oct 3, 2024
1 parent c4156dd commit 4e09d57
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/actions/setup_env/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ runs:
using: "composite"
steps:
- name: Download Lock File
run: wget -q https://github.com/tardis-sn/stardis/master/conda-${{ inputs.os-label }}.lock
run: wget -q https://github.com/tardis-sn/stardis/main/conda-${{ inputs.os-label }}.lock
if: matrix.pip == true
shell: bash

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ name: tests
on:
push:
branches:
- master
- main
pull_request:
branches:
- master
- main
workflow_dispatch:

env:
Expand Down

0 comments on commit 4e09d57

Please sign in to comment.