Skip to content

Commit

Permalink
Revert "build(deploy): update the GitHub deploy workflow to generate …
Browse files Browse the repository at this point in the history
…bin artefacts"

This reverts commit acf3c07.
  • Loading branch information
laurent-laporte-pro committed Sep 30, 2023
1 parent e3e2f84 commit bc89a86
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,14 @@ on:
branches:
- "master"
- "hotfix/**"
- "release/2.15"

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

steps:
- name: 🐙 Checkout GitHub repo (+ download lfs dependencies)
Expand Down

0 comments on commit bc89a86

Please sign in to comment.