ci: apply changes to windows workflow as well

This commit is contained in:
Daniel Roe 2023-06-09 20:35:09 +01:00
parent c42b54f3b8
commit 5a51da344f
1 changed files with 9 additions and 0 deletions

View File

@ -7,6 +7,15 @@ on:
pull_request:
branches:
- 2.x
- "!v[0-9]*"
# Remove default permissions of GITHUB_TOKEN for security
# https://docs.github.com/en/actions/using-jobs/assigning-permissions-to-jobs
permissions: {}
concurrency:
group: ${{ github.workflow }}-${{ github.event.number || github.sha }}
cancel-in-progress: ${{ github.event_name != 'push' }}
jobs:
setup: