Update compile_test.yml

avoids having it run the  ci twice each time something is pushed to a branch that has a pr
This commit is contained in:
Orlando Chamberlain
2023-02-19 15:12:03 +11:00
parent 21c1ec2e93
commit 3b2e05df2f
+1 -1
View File
@@ -1,5 +1,5 @@
name: Compile Test
on: [push, pull_request]
on: [push]
jobs:
compiletest:
runs-on: ubuntu-latest