Skip to content

Commit

Permalink
Update workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
Tyrrrz committed Nov 16, 2023
1 parent 311f7ff commit 445d500
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: main

on:
workflow_dispatch:
push:
pull_request:

Expand Down Expand Up @@ -83,7 +84,7 @@ jobs:
if-no-files-found: error

deploy:
if: ${{ github.event_name == 'push' && github.ref_type == 'tag' }}
if: ${{ github.ref_type == 'tag' }}

needs:
- test
Expand Down

0 comments on commit 445d500

Please sign in to comment.