Skip to content

Commit

Permalink
ci: branches
Browse files Browse the repository at this point in the history
  • Loading branch information
andreoliwa committed Mar 27, 2023
1 parent be4c631 commit e15aaed
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/python.yaml
Expand Up @@ -41,7 +41,8 @@ jobs:
- name: "Run tests on ${{ matrix.os }}"
run: |
tox -e clean,$(echo py${{ matrix.python-version }} | tr -d .)${{env.LINT_DOCS}},report
echo tox -e clean,$(echo py${{ matrix.python-version }} | tr -d .)${{env.LINT_DOCS}},report
# FIXME[AA]:

# https://github.com/marketplace/actions/coveralls-python
# The official coverallsapp/github-action@master doesn't work: https://github.com/marketplace/actions/coveralls-github-action
Expand Down Expand Up @@ -108,6 +109,9 @@ jobs:
# https://github.com/semantic-release/semantic-release/releases
# semantic_version: 20.0.0

branches: |
['fix-semantic-release-27-03-2023']
# To debug, see these options:
# https://github.com/marketplace/actions/action-for-semantic-release#dry_run
dry_run: true # FIXME[AA]:
Expand Down

0 comments on commit e15aaed

Please sign in to comment.