Remove extension from method signature to let developer decide the Co… #60
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-stable) | |
on: | |
push: | |
branches: | |
- '5.[0-9]+' | |
pull_request: | |
branches: | |
- '5.[0-9]+' | |
schedule: | |
- cron: '0 6 * * *' | |
jobs: | |
CI-CD: | |
uses: ./.github/workflows/ci-matrix-5.x.yml | |
secrets: inherit | |
with: | |
branch: ${{ github.event_name == 'schedule' && vars.VERTX_5_STABLE_BRANCH || github.event.pull_request.head.sha || github.ref_name }} |