Update push.yml

This commit is contained in:
Weston Schmidt
2023-11-28 00:07:02 -08:00
committed by GitHub
parent 262a23e00e
commit 373acb170a

View File

@@ -16,6 +16,7 @@ on:
- 'v[0-9]+.[0-9]+.[0-9]+'
branches:
- main
- master
jobs:
test:
@@ -23,7 +24,7 @@ jobs:
runs-on: [ ubuntu-latest ]
steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v2
- uses: actions/checkout@v3
with:
fetch-depth: 0