Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
Also run build on push and PRs
  • Loading branch information
jackburton79 committed Apr 27, 2024
1 parent 32c01c4 commit d486261
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@ name: Build

on:
workflow_dispatch:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
name: 'build on Haiku'
Expand Down

0 comments on commit d486261

Please sign in to comment.