Skip to content

Commit

Permalink
Combine workflows into one
Browse files Browse the repository at this point in the history
  • Loading branch information
kleo-53 committed Sep 22, 2023
1 parent 0a24e51 commit 8989ac9
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 23 deletions.
23 changes: 0 additions & 23 deletions .github/workflows/publish-artifact.yml

This file was deleted.

8 changes: 8 additions & 0 deletions .github/workflows/tox-testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,11 @@ jobs:

- name: Run Tox
run: tox

- name: Publish artifact
if: github.event_name == 'push'
uses: actions/upload-artifact@v2
with:
name: pioneer-uploader
path: ./dist
if-no-files-found: error

0 comments on commit 8989ac9

Please sign in to comment.