Skip to content

Commit

Permalink
trying to fix workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
vinicvaz committed Jun 5, 2024
1 parent a91549e commit 59d5d73
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/release-vame-package.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,16 @@
name: Build and Release

on:
push:
branches:
- main

workflow_run:
workflows: [Testing]
workflows: ["Testing"]
branches: [main]
types:
- completed

jobs:
pypi-release:
name: Release VAME in pypi
Expand Down

0 comments on commit 59d5d73

Please sign in to comment.