Skip to content

Commit

Permalink
ci: store package build shouldn't be running on merge requests
Browse files Browse the repository at this point in the history
  • Loading branch information
alex4401 committed Jan 3, 2024
1 parent 4c547c2 commit 6b33c16
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/packaging-rel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,7 @@ name: Compile and build store-ready packages
on:
push:
tags:
- v.*
pull_request:
branches: [ "master" ]
- 'v[0-9]+.[0-9]+.[0-9]+'

jobs:
build:
Expand Down

0 comments on commit 6b33c16

Please sign in to comment.