Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
mnightingale committed Oct 26, 2023
1 parent 4316066 commit a85e218
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
name: Build

on: [ push, pull_request ]
on: [ push ]

jobs:
build:
name: Build ${{ matrix.os }}
name: Build ${{ matrix.os }} ${{ matrix.linux_arch }}
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
Expand Down

0 comments on commit a85e218

Please sign in to comment.