Skip to content

Commit

Permalink
Switch all master references to main
Browse files Browse the repository at this point in the history
  • Loading branch information
stronk7 committed Jan 19, 2024
1 parent 94bb107 commit fefd481
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test_buildx_and_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,9 +90,9 @@ jobs:
tags: ${{ steps.calculatetags.outputs.tags }}

# https://github.com/peter-evans/dockerhub-description
# Note that we only update the description with the master branch version.
# Note that we only update the description with the main branch version.
- name: Set Docker Hub description from README.md
if: github.ref == 'refs/heads/master'
if: github.ref == 'refs/heads/main'
uses: peter-evans/dockerhub-description@v3
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Test files for external Moodle tests
====================================

[![Test and publish](https://github.com/moodlehq/moodle-exttests/actions/workflows/test_buildx_and_publish.yml/badge.svg?branch=master)](https://github.com/moodlehq/moodle-php-apache/actions/workflows/test_buildx_and_publish.yml)
[![Test and publish](https://github.com/moodlehq/moodle-exttests/actions/workflows/test_buildx_and_publish.yml/badge.svg?branch=main)](https://github.com/moodlehq/moodle-php-apache/actions/workflows/test_buildx_and_publish.yml)

**It's really important to keep these files completely unmodified in order to obtain coherent test results in all supported Moodle versions.**

Expand Down

0 comments on commit fefd481

Please sign in to comment.