Merge pull request #31 from NullHypothesis/improve-workflow

Only run the build for pull requests.
This commit is contained in:
Philipp Winter 2024-03-10 15:10:51 -05:00 committed by GitHub
commit d97e12bcd7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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