Hotfix 1.0.2: Revert to an old way of connecting the exact player version dependency #15
Workflow file for this run
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: "Branch protection" | |
on: | |
pull_request: | |
types: [opened, edited, reopened, synchronize] | |
jobs: | |
test_job: | |
runs-on: ubuntu-latest | |
name: Branch naming protection check. | |
steps: | |
- uses: knawat/github-actions-gitflow@v1 |