Skip to content

Commit

Permalink
[ci.yml] Don't run tests on push
Browse files Browse the repository at this point in the history
We require that all commits to the `main` branch go via pull requests,
and that pull requests can only be merged once all tests pass. Thus,
there's no need to run tests whenever commits are pushed; it just wastes
cycles.
  • Loading branch information
joshlf committed Oct 5, 2022
1 parent 7488026 commit 168e4bc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
name: Build & Tests

on:
push:
pull_request:

env:
Expand Down

0 comments on commit 168e4bc

Please sign in to comment.