Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Bozarth <[email protected]>
  • Loading branch information
ajbozarth committed Dec 9, 2024
1 parent cfa3cfc commit 4552ffe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/openssl3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: openssl3

on:
push:
branches: [ 'main' ]
branches: [ '*' ]
paths: ['.github/workflows/openssl3.yml', 'openssl3/**']
pull_request:
branches: [ 'main' ]
Expand Down Expand Up @@ -89,11 +89,11 @@ jobs:
openquantumsafe/openssl3:${{ inputs.release_tag || 'latest' }}-${{ matrix.arch }}
push:
if: ${{ github.repository == 'open-quantum-safe/oqs-demos' && github.ref == 'refs/heads/main' && github.event_name != 'pull_request' }}
needs: build
runs-on: ubuntu-latest
steps:
- uses: ./.github/workflows/manifest
if: env.push == 'true'
with:
image_name: openssl3
release_tag: ${{ inputs.release_tag || 'latest' }}

0 comments on commit 4552ffe

Please sign in to comment.