Check whether the player is playing or not to decide showing play/pause icon. #18
This file contains 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: [ master ] | |
types: [ labeled, opened, synchronize, reopened ] | |
jobs: | |
call-testing-build-workflow: | |
uses: FossifyOrg/.github/.github/workflows/testing-build.yml@main |