mirror of
https://github.com/actions/setup-node.git
synced 2025-04-23 20:10:48 +00:00
fix: default branch master -> main
Trimmed trailing spaces as well
This commit is contained in:
parent
d226085e71
commit
7b46d34311
1 changed files with 4 additions and 4 deletions
8
.github/workflows/proxy.yml
vendored
8
.github/workflows/proxy.yml
vendored
|
@ -3,14 +3,14 @@ name: proxy
|
||||||
on:
|
on:
|
||||||
pull_request:
|
pull_request:
|
||||||
paths-ignore:
|
paths-ignore:
|
||||||
- '**.md'
|
- '**.md'
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- master
|
- main
|
||||||
- releases/*
|
- releases/*
|
||||||
paths-ignore:
|
paths-ignore:
|
||||||
- '**.md'
|
- '**.md'
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
test-proxy:
|
test-proxy:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
Loading…
Add table
Reference in a new issue