Skip to content

Commit

Permalink
Fix master in workflow (#11)
Browse files Browse the repository at this point in the history
  • Loading branch information
teutoburg authored Aug 27, 2024
2 parents f070172 + 8c18ccd commit 088fce0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 7 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/markdown_link_check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,9 @@ on:
push:
branches:
- main
- master
- dev_master
pull_request:
branches:
- main
- master
- dev_master

# Allows you to run this workflow manually from the Actions tab.
workflow_dispatch:
Expand All @@ -21,4 +17,4 @@ on:

jobs:
markdown-link-check:
uses: AstarVienna/DevOps/.github/workflows/markdown_link_check.yml@master
uses: AstarVienna/DevOps/.github/workflows/markdown_link_check.yml@main
2 changes: 1 addition & 1 deletion .github/workflows/publish_pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,4 +85,4 @@ jobs:
secrets: inherit
with:
rule: prerelease
branch: master
branch: main
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "Pyckles"
version = "0.3.0"
version = "0.3.1a0"
description = "Simple interface to the Pickles 1998 stellar spectra catalogue"
readme = "README.md"
license = "GPL-3.0-or-later"
Expand Down

0 comments on commit 088fce0

Please sign in to comment.