Skip to content

Commit

Permalink
renamed workflow file and updated to trigger on main branch and versi…
Browse files Browse the repository at this point in the history
…on tag pushes
  • Loading branch information
andreygubarev committed Feb 21, 2024
1 parent b1513ca commit bfac28c
Showing 1 changed file with 8 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
name: Python Package
name: Python Package - Release

on:
push:
branches:
- main
tags:
- 'v*.*.*'

on: [push]

permissions:
contents: read
Expand Down

0 comments on commit bfac28c

Please sign in to comment.