Reorg some of the classes of the http.impl package: group HTTP/1.x related as http.impl.http1x and WebSocket as http.impl.ws #3316
Workflow file for this run
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: vert.x (5.x) | |
on: | |
push: | |
branches: | |
- master | |
pull_request: | |
branches: | |
- master | |
schedule: | |
- cron: '0 5 * * *' | |
jobs: | |
CI-CD: | |
uses: ./.github/workflows/ci-matrix-5.x.yml | |
secrets: inherit | |
with: | |
branch: ${{ github.event.pull_request.head.sha || github.ref_name }} |