mirror of
https://github.com/actions/setup-node
synced 2025-03-31 14:20:59 +00:00
events update
This commit is contained in:
parent
13d6f17ac7
commit
a2783b8a98
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