Skip to content

Commit

Permalink
try to fix tags filter
Browse files Browse the repository at this point in the history
  • Loading branch information
dennisvang committed Jun 11, 2024
1 parent f202eb1 commit f48f3ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ name: Python package
on:
push:
branches: [ master ]
tags: [ * ]
tags: [ '*' ]
pull_request:
branches: [ master ]
workflow_dispatch:
Expand Down

0 comments on commit f48f3ee

Please sign in to comment.