Skip to content

Commit

Permalink
fix trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
nmichlo committed Jul 1, 2024
1 parent 14349a6 commit 19ce458
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion .github/workflows/python-lint.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
name: pre-commit
on: [pull_request]

on:
push:
tags: ["**"]
pull_request:
branches: ["**"]

jobs:
pre-commit:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ name: publish

on:
push:
tags: ['*']
tags: ['v*.*.*']
release:
types: [created]

Expand Down

0 comments on commit 19ce458

Please sign in to comment.