Skip to content

Commit

Permalink
Fix CI for pull requests
Browse files Browse the repository at this point in the history
  • Loading branch information
nirvn committed Jan 3, 2024
1 parent a586114 commit 23d5800
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/continuous_integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,16 +110,16 @@ jobs:
--osgeo-password ${OSGEO_PASSWORD} \
--asset-path qfieldsync/libqfieldsync.whl
- name: Release
- name: Package
if: ${{ github.event_name == 'pull_request' }}
run: |
qgis-plugin-ci package dev \
qgis-plugin-ci package 0.1 \
--asset-path qfieldsync/libqfieldsync.whl
- uses: actions/upload-artifact@v3
with:
name: qfieldsync-plugin
path: qfieldsync.dev.zip
path: qfieldsync.0.1.zip
package:
runs-on: ubuntu-22.04
env:
Expand Down

0 comments on commit 23d5800

Please sign in to comment.