Skip to content

Commit

Permalink
Update deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
MV-GH committed Dec 11, 2023
1 parent 55f0a06 commit cd9e5ce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ name: Deployment
on:

push:
tags: [ '[0-9]+.[0-9]+.[0-9]+.*' ]
tags: [ '[0-9]+.[0-9]+.[0-9]+*' ]

jobs:
publish:
if: github.repository == 'MV-GH/LemmyBackwardsCompatibleAPI' && startsWith(github.ref, 'refs/tags')
if: github.repository == 'mv-gh/lemmybackwardscompatibleapi' && startsWith(github.ref, 'refs/tags')
runs-on: ${{ matrix.os }}
strategy:
matrix:
Expand Down

0 comments on commit cd9e5ce

Please sign in to comment.