Skip to content

Commit

Permalink
update(ci): run packager on PR to have a version to test
Browse files Browse the repository at this point in the history
  • Loading branch information
Guts committed Jul 24, 2024
1 parent ace48a7 commit ceb71d9
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/packager.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ on:
- main
paths:
- .github/workflows/packager.yml
- requirements/packaging.txt
- qtribu/

jobs:
translation:
Expand Down Expand Up @@ -54,7 +56,8 @@ jobs:
packaging:
name: "📦 Packaging plugin"
runs-on: ubuntu-latest
needs: [translation]
needs:
- translation

if: ${{ !startsWith(github.ref, 'refs/tags/') }}

Expand Down Expand Up @@ -108,7 +111,8 @@ jobs:
release:
name: "🚀 Release on tag"
runs-on: ubuntu-latest
needs: [translation]
needs:
- translation

if: startsWith(github.ref, 'refs/tags/')

Expand Down

0 comments on commit ceb71d9

Please sign in to comment.