Skip to content

Commit

Permalink
generate desktop versions for craft
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinBelthle committed Jan 7, 2025
1 parent 345b0a7 commit f4aa1b9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,15 @@ name: deploy
on:
push:
branches:
- "master"
- "hotfix/**"
- "generate-desktop-v3"

jobs:
binary:
runs-on: ${{ matrix.os }}
strategy:
max-parallel: 3
matrix:
os: [ windows-latest, ubuntu-20.04, ubuntu-22.04]
os: [ubuntu-20.04, ubuntu-22.04]

steps:
- name: 🐙 Checkout GitHub repo (+ download lfs dependencies)
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: main
on:
push:
branches:
- "**"
- "fake_branch"

jobs:
python-lint:
Expand Down

0 comments on commit f4aa1b9

Please sign in to comment.