Skip to content

Commit

Permalink
Merge pull request #233 from hoodie/feature/ci-pr-checks-fix
Browse files Browse the repository at this point in the history
ci: run platform builds on main
  • Loading branch information
hoodie authored Sep 10, 2024
2 parents 6fc433c + 30f5f69 commit d8a3e76
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/build-platforms.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: Build Platforms
# This workflow is triggered on pushes to the repository.
on: [ pull_request, workflow_call, workflow_dispatch ]
on:
push:
branches:
- main
pull_request:

jobs:
linux:
Expand Down

0 comments on commit d8a3e76

Please sign in to comment.