Skip to content

Commit

Permalink
fix: try different events (#1300)
Browse files Browse the repository at this point in the history
* fix: publish this time

* Merge branch 'master' into trim-ci-flow

* fix: try different events

* Merge branch 'master' into trim-ci-flow
  • Loading branch information
razvan-pro authored Feb 15, 2022
1 parent 123a25d commit 20aa360
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
name: CI
on:
push:
branches:
- master
# push:
# branches:
# - master
release:
types: [published]
pull_request:
jobs:
tests:
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/publish-python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ on:
push:
branches:
- master
tags-ignore:
- v*
# workflow_run:
# workflows: ["CI"]
# branches: [master]
Expand All @@ -11,7 +13,7 @@ on:
jobs:
publish-pypi-packages:
name: Publish PyPi Packages
if: ${{ github.event.pusher.name != 'actions-user' }}
# if: ${{ github.event.pusher.name != 'actions-user' }}
# if: ${{ github.event.workflow_run.conclusion == 'success' }}
runs-on: ubuntu-18.04
steps:
Expand Down

0 comments on commit 20aa360

Please sign in to comment.