Skip to content

Commit

Permalink
Only trigger unit tests on pull requests (#244)
Browse files Browse the repository at this point in the history
Only run unit tests on the creation of a pull requests and not also a
push event.

Signed-off-by: Eric Brown <ericwb@users.noreply.github.com>
  • Loading branch information
ericwb committed Jan 29, 2024
1 parent 1eed525 commit f5b7730
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/unit-test.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Build and Test

on: [push, pull_request]
on: [pull_request]

jobs:
format:
Expand Down

0 comments on commit f5b7730

Please sign in to comment.