Remove if

This commit is contained in:
zandercymatics 2023-12-05 13:14:37 -07:00
parent 23e94c7606
commit f3916a2837
No known key found for this signature in database
GPG key ID: FF4636ABEC9682B7

View file

@ -15,7 +15,6 @@ on:
jobs:
deploy-development:
if: ${{ github.ref_type == 'tag' }}
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3