Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
litinoveweedle authored Nov 19, 2024
1 parent ed9bb18 commit 8ea5990
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,19 @@
name: "Build"

on:
push:
branches:
- "main"
tags-ignore:
- "**"
pull_request:
workflow_dispatch:

jobs:
release:
name: Release - ${{ matrix.platform.os-name }}
strategy:
fail-fast: false
matrix:
platform:
- os-name: Linux-x86_64
Expand Down

0 comments on commit 8ea5990

Please sign in to comment.