Skip to content

Commit

Permalink
Update build.yaml
Browse files Browse the repository at this point in the history
Run actions on all pull requests to `master`
  • Loading branch information
kflansburg authored Oct 3, 2024
1 parent 64f4807 commit bea821e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: Build and Test
on:
push: {}
pull_request:
branches:
- master
jobs:
build:
runs-on: "ubuntu-latest"
Expand Down

0 comments on commit bea821e

Please sign in to comment.