Skip to content

Commit

Permalink
Merge pull request #10 from eieste/development
Browse files Browse the repository at this point in the history
fix: foo
  • Loading branch information
eieste authored Nov 7, 2024
2 parents 59a418a + ba85a09 commit 9193328
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .github/workflows/docker_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,12 @@ on:
release:
types: [created]

workflow_run:
workflows: [release]
branches: [main]
types:
- completed

jobs:
push-tfutils-image:
runs-on: ubuntu-latest
Expand Down
9 changes: 8 additions & 1 deletion .github/workflows/pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,15 @@ name: Upload Python Package

on:
release:
types: [published]
types: [published,created]


workflow_run:
workflows: [release]
branches: [main]
types:
- completed

permissions:
contents: read

Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ on:
types:
- completed

name: Release

jobs:

release:
Expand Down

0 comments on commit 9193328

Please sign in to comment.