Skip to content

Commit

Permalink
Update push.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
schmidtw committed Nov 28, 2023
1 parent 262a23e commit 373acb1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/push.yml
Expand Up @@ -16,14 +16,15 @@ on:
- 'v[0-9]+.[0-9]+.[0-9]+'
branches:
- main
- master

jobs:
test:
name: Unit Tests
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

Expand Down

0 comments on commit 373acb1

Please sign in to comment.