Skip to content

Bump openssl from 0.10.64 to 0.10.66 (#41) #66

Bump openssl from 0.10.64 to 0.10.66 (#41)

Bump openssl from 0.10.64 to 0.10.66 (#41) #66

Workflow file for this run

name: Continuous Integration
on:
workflow_dispatch:
pull_request:
branches:
- main
push:
branches:
- main
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
jobs:
test:
uses: ./.github/workflows/test.yml
secrets: inherit