Skip to content

Commit

Permalink
Changing yml file
Browse files Browse the repository at this point in the history
  • Loading branch information
Yasser Alemán Gómez committed Mar 12, 2024
1 parent c85acf5 commit 1dc6e4f
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion .github/workflows/workflows.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
name: Publish Python distribution to PyPI and TestPyPI

on: push
on:
pull_request
push:
tags:
- '[1-9]+.[0-9]+.[0-9]+' # Only deploy on tags with semantic versioning
- '[1-9]+.[0-9]+.[0-9]+-[a-z]+' # Only deploy on tags with semantic versioning
- 'v[1-9]+.[0-9]+.[0-9]+' # Only deploy on tags with semantic versioning
- 'v[1-9]+.[0-9]+.[0-9]+-[a-z]+' # Only deploy on tags with semantic versioning
branches:
- release/*

jobs:
build:
Expand Down

0 comments on commit 1dc6e4f

Please sign in to comment.