Skip to content

Commit

Permalink
Merge pull request #21 from danielroe/patch-1
Browse files Browse the repository at this point in the history
ci: run tests against prs
  • Loading branch information
kasvith committed Mar 11, 2024
2 parents 62ef584 + 396a0ac commit 7057c35
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
name: Build

on: [push]
on:
push:
branches:
- main
pull_request:
branches:
- main

jobs:
build:
Expand Down

0 comments on commit 7057c35

Please sign in to comment.