Skip to content

Commit

Permalink
Restrict release workflow to develop branch.
Browse files Browse the repository at this point in the history
  • Loading branch information
mcmtroffaes committed Aug 23, 2023
1 parent 6cdc4cf commit bff8ca9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
name: release
on:
push:
branches:
- develop
jobs:
release:
if: github.repository == 'mcmtroffaes/sphinxcontrib-bibtex'
Expand Down
2 changes: 1 addition & 1 deletion src/sphinxcontrib/bibtex/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ def setup(app: Sphinx) -> Dict[str, Any]:
app.add_role("footcite", FootCiteRole())

return {
"version": "2.6.0a0",
"version": "2.6.0a1",
"env_version": 9,
"parallel_read_safe": True,
"parallel_write_safe": True,
Expand Down

0 comments on commit bff8ca9

Please sign in to comment.