Skip to content

Commit

Permalink
Update build_and_release.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
lm0xfffe authored Mar 25, 2024
1 parent 158e876 commit 3ff5f63
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build_and_release.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: Build and release Aseprite

on:
workflow_dispatch:
push:
branches:
- main
Expand Down Expand Up @@ -51,7 +52,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ windows-latest, ubuntu-latest, macOS-latest ]
os: [ windows-latest, macOS-latest ]
fail-fast: false
steps:
- name: Install dependencies (Windows)
Expand Down

0 comments on commit 3ff5f63

Please sign in to comment.