Jeremy Stretch пре 5 година
родитељ
комит
52c9e3ecef
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      .github/workflows/ci.yml

+ 1 - 1
.github/workflows/ci.yml

@@ -1,5 +1,5 @@
 name: CI
-on: push
+on: [push, pull_request]
 jobs:
   build:
     runs-on: ubuntu-latest