Skip to content

Commit

Permalink
Revert "Ci setup"
Browse files Browse the repository at this point in the history
  • Loading branch information
kleo-53 authored Sep 19, 2023
1 parent aec1ce2 commit e173983
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/create-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ on:

workflow_run:
workflows: ["tox-testing"]
branches: [main]
types:
- completed

Expand All @@ -16,6 +15,8 @@ jobs:
runs-on: ubuntu-latest
if: github.event.pull_request.merged == true && contains(github.event.pull_request.labels.*.name, 'release')

needs: ["tox-testing"]

steps:
- name: Checkout code
uses: actions/checkout@v2
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/publish-artifact.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ name: Publish artifact

on:
pull_request:
branches:
- main
branches-ignore:
- 'dependabot**'

Expand Down

0 comments on commit e173983

Please sign in to comment.