Skip to content

Commit

Permalink
Renamed master branch main branch.
Browse files Browse the repository at this point in the history
  • Loading branch information
lsoucasse committed Aug 30, 2024
1 parent 5daf506 commit 2b14b10
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ name: Tests for MORS
on:
push:
branches:
- master
- main
pull_request:
branches:
- master
- main
workflow_dispatch:

jobs:
Expand Down Expand Up @@ -63,7 +63,7 @@ jobs:
echo $'\n```' >> $GITHUB_STEP_SUMMARY
- name: Make coverage badge
if: ${{ github.ref == 'refs/heads/master' && matrix.python-version == '3.10' }}
if: ${{ github.ref == 'refs/heads/main' && matrix.python-version == '3.10' }}
uses: schneegans/[email protected]
with:
auth: ${{ secrets.GIST_TOKEN }}
Expand Down

0 comments on commit 2b14b10

Please sign in to comment.