Skip to content

Commit

Permalink
fix[ci]: only trigger on push
Browse files Browse the repository at this point in the history
  • Loading branch information
peshence committed Nov 29, 2024
1 parent 9207024 commit 1f12a04
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/check-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ on:

push:
branches:
- 'develop'
- '**'
tags:
- '**'

pull_request: ~
# pull_request: ~

workflow_dispatch: ~

Expand Down

0 comments on commit 1f12a04

Please sign in to comment.