feat: add long press gesture to 2x speed in separate video player #1092
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: Testing build (on PR) | |
| on: | |
| pull_request: | |
| branches: [main] | |
| types: [labeled, opened, synchronize, reopened] | |
| jobs: | |
| call-testing-build-workflow: | |
| uses: FossifyOrg/.github/.github/workflows/testing-build.yml@main | |
| secrets: inherit |