Skip to content

Commit

Permalink
Adjust release tag trigger (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
mariotaddeucci authored Jan 20, 2025
1 parent 85d67d5 commit d33997d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/pipeline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ name: Python package

on:
push:
tags:
- v*
branches:
- main
pull_request:
Expand Down Expand Up @@ -69,7 +71,7 @@ jobs:
run: make lint

BuildPackage:
name: Static Checks
name: Build Package
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit d33997d

Please sign in to comment.