Skip to content

Commit

Permalink
Rebuild macOS and Windows openssl on version change (#281)
Browse files Browse the repository at this point in the history
Also rename windows OpenSSL build file
  • Loading branch information
alex authored Apr 25, 2020
1 parent dc407b8 commit 1272264
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build-macos-openssl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,15 @@ on:
pull_request:
paths:
- '.github/workflows/build-macos-openssl.yml'
# Contains the OpenSSL version we'll build
- 'cryptography-manylinux/openssl-version.sh'
push:
branches:
- master
paths:
- '.github/workflows/build-macos-openssl.yml'
# Contains the OpenSSL version we'll build
- 'cryptography-manylinux/openssl-version.sh'

jobs:
build:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,18 @@ name: Windows OpenSSL
on:
pull_request:
paths:
- '.github/workflows/build-openssl.yml'
- '.github/workflows/build-windows-openssl.yml'
- 'windows/openssl/**'
# Contains the OpenSSL version we'll build
- 'cryptography-manylinux/openssl-version.sh'
push:
branches:
- master
paths:
- '.github/workflows/build-openssl.yml'
- '.github/workflows/build-windows-openssl.yml'
- 'windows/openssl/**'
# Contains the OpenSSL version we'll build
- 'cryptography-manylinux/openssl-version.sh'

jobs:
build:
Expand Down

0 comments on commit 1272264

Please sign in to comment.