mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-11 08:33:53 +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:
|
pull_request:
|
||||||
branches:
|
branches:
|
||||||
- 2.x
|
- 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:
|
jobs:
|
||||||
setup:
|
setup:
|
||||||
|
Loading…
Reference in New Issue
Block a user