Skip to content

Commit

Permalink
Merge pull request #8 from elpablete/main
Browse files Browse the repository at this point in the history
Fix workflows
  • Loading branch information
elpablete authored Nov 10, 2023
2 parents 4989b3c + cfd7898 commit 772d744
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/publish-to-test-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,8 @@ name: Publish Python 🐍 distributions 📦 to PyPI and TestPyPI

on:
push:
# Pattern matched against refs/tags
tags:
- '**' # Push events to every tag including hierarchical tags like v1.0/beta
tags:
- "**" # Push events to every tag including hierarchical tags like v1.0/beta

jobs:
build-n-publish:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ run-name: ${{ github.actor }} is testing
on:
push:
branches:
- master
- "main"
pull_request:
branches:
- master
- "main"
workflow_dispatch:

jobs:
Expand Down

0 comments on commit 772d744

Please sign in to comment.