mirror of
https://github.com/actions/setup-node
synced 2025-04-19 22:53:12 +00:00
fix: default branch master -> main
Trimmed trailing spaces as well
This commit is contained in:
parent
d226085e71
commit
7b46d34311
8
.github/workflows/proxy.yml
vendored
8
.github/workflows/proxy.yml
vendored
@ -3,14 +3,14 @@ name: proxy
|
||||
on:
|
||||
pull_request:
|
||||
paths-ignore:
|
||||
- '**.md'
|
||||
push:
|
||||
- '**.md'
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
- main
|
||||
- releases/*
|
||||
paths-ignore:
|
||||
- '**.md'
|
||||
|
||||
|
||||
jobs:
|
||||
test-proxy:
|
||||
runs-on: ubuntu-latest
|
||||
|
Loading…
Reference in New Issue
Block a user