Skip to content

Commit

Permalink
Merge pull request #32 from daxslab/0.6
Browse files Browse the repository at this point in the history
0.6
  • Loading branch information
cccaballero authored Dec 19, 2023
2 parents 0611917 + 894646f commit 3c388de
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,14 @@ name: Deploy

on:
release:
types: [published]
types: [released]

permissions:
contents: read

jobs:
deploy:
runs-on: ubuntu-latest
if: github.ref == 'refs/heads/master' && startsWith(github.ref, 'refs/tags/v')
steps:
- uses: actions/checkout@v4
- name: Set up Python
Expand Down

0 comments on commit 3c388de

Please sign in to comment.