Skip to content

Commit

Permalink
build: only build on main and for PRs
Browse files Browse the repository at this point in the history
  • Loading branch information
davidjgoss committed Jan 15, 2022
1 parent b2ed508 commit 32f09ce
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
Expand Up @@ -3,7 +3,13 @@

name: Build

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

jobs:
test:
Expand Down

0 comments on commit 32f09ce

Please sign in to comment.