Skip to content

Commit

Permalink
change condition to trigger CD
Browse files Browse the repository at this point in the history
  • Loading branch information
Pandede committed Jan 29, 2024
1 parent 0874e4e commit ea94d38
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/cd.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: Publish Python distribution to PyPI
name: CD

on: push
on:
push:
tags:
- '*'

jobs:
build:
Expand Down

0 comments on commit ea94d38

Please sign in to comment.