mirror of
https://github.com/nuxt/nuxt.git
synced 2025-02-21 16:09:52 +00:00
ci: apply changes to windows workflow as well
This commit is contained in:
parent
c42b54f3b8
commit
5a51da344f
9
.github/workflows/windows.yml
vendored
9
.github/workflows/windows.yml
vendored
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user