Skip to content

Commit

Permalink
Merge pull request #457 from gassmoeller/fix_automatic_docker_build
Browse files Browse the repository at this point in the history
Fix some references to the master branch
  • Loading branch information
feathern authored Jun 12, 2023
2 parents 21d3db1 + 3c78c1d commit e9714a9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: github-docker
on:
push:
branches:
- 'master'
- 'main'
release:
types: [created]

Expand All @@ -19,7 +19,7 @@ jobs:
build-docker:
runs-on: ubuntu-latest
if: github.repository == 'geodynamics/rayleigh'
steps:
steps:
- name: Checkout code
uses: actions/checkout@v3

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

# Rayleigh - dynamo in spherical geometry #
[![License GPL3:](https://img.shields.io/badge/license-GPL-blue)](https://github.com/geodynamics/Rayleigh/blob/master/LICENSE)
[![License GPL3:](https://img.shields.io/badge/license-GPL-blue)](https://github.com/geodynamics/Rayleigh/blob/main/LICENSE)
[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.6522806.svg)](https://doi.org/10.5281/zenodo.6522806)


Expand Down

0 comments on commit e9714a9

Please sign in to comment.