mirror of
https://github.com/actions/setup-node
synced 2025-04-03 23:55:51 +00:00
Update versions.yml
This commit is contained in:
parent
a1c9ad9021
commit
1f73a3b53e
1 changed files with 9 additions and 1 deletions
10
.github/workflows/versions.yml
vendored
10
.github/workflows/versions.yml
vendored
|
@ -1,7 +1,15 @@
|
|||
name: versions
|
||||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
pull_request:
|
||||
paths-ignore:
|
||||
- '**.md'
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
- releases/*
|
||||
paths-ignore:
|
||||
- '**.md'
|
||||
|
||||
jobs:
|
||||
local-cache:
|
||||
|
|
Loading…
Add table
Reference in a new issue