Skip to content

Commit

Permalink
Removed appveyor file
Browse files Browse the repository at this point in the history
  • Loading branch information
clyde-johnston committed Jun 12, 2023
1 parent 086e9d8 commit 4e7d224
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 116 deletions.
114 changes: 0 additions & 114 deletions .appveyor.yml

This file was deleted.

4 changes: 2 additions & 2 deletions .github/workflows/make-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
python: ['3.7', '3.8', '3.9', '3.10']
runs-on: ${{ matrix.os }}
steps:
# Checkout code from GitHub
# Checkout pycyphal repository
- name: Check out
uses: actions/checkout@v3

Expand Down Expand Up @@ -82,7 +82,7 @@ jobs:
#
pycyphal-release:
name: Release PyCyphal
if: github.event_name == 'push'
if: (github.event_name == 'push') && (github.ref == 'refs/heads/master')
needs: pycyphal-test
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 4e7d224

Please sign in to comment.