Commit 07857bc

mo khan <mo.khan@gmail.com>
2021-02-04 18:19:24
chore: specify branch to monitor
1 parent 3bfbd71
Changed files (1)
.github
workflows
.github/workflows/ci.yml
@@ -1,6 +1,10 @@
 ---
 name: Continuous Integration
-on: [push, pull_request]
+on:
+  push:
+    branches: [main]
+  pull_request:
+    branches: [main]
 jobs:
   test:
     runs-on: ubuntu-latest