Run CI on pushes to main too.
authorLukeMathWalker <20745048+LukeMathWalker@users.noreply.github.com>
Fri, 24 May 2024 14:47:14 +0000 (16:47 +0200)
committerLukeMathWalker <20745048+LukeMathWalker@users.noreply.github.com>
Fri, 24 May 2024 14:47:14 +0000 (16:47 +0200)
.github/workflows/ci.yml

index ceaefa7..c13c637 100644 (file)
@@ -1,6 +1,9 @@
 name: "CI"
 
 on:
+  push:
+    branches:
+      - main
   pull_request:
     branches:
       - main