mirror of https://github.com/actions/setup-node
Update versions.yml
This commit is contained in:
parent
a1c9ad9021
commit
1f73a3b53e
|
@ -1,7 +1,15 @@
|
||||||
name: versions
|
name: versions
|
||||||
|
|
||||||
on:
|
on:
|
||||||
workflow_dispatch:
|
pull_request:
|
||||||
|
paths-ignore:
|
||||||
|
- '**.md'
|
||||||
|
push:
|
||||||
|
branches:
|
||||||
|
- main
|
||||||
|
- releases/*
|
||||||
|
paths-ignore:
|
||||||
|
- '**.md'
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
local-cache:
|
local-cache:
|
||||||
|
|
Loading…
Reference in New Issue