Only run the build for pull requests.

No need to run it for every single push.
This commit is contained in:
Philipp Winter 2024-03-10 15:09:33 -05:00
parent 0904fc92aa
commit 1b540a56e5

View file

@ -1,5 +1,5 @@
name: Build
on: push
on: pull_request
jobs:
build: