remove check on push, just have check on pr

This commit is contained in:
Aayush 2024-07-15 11:42:06 -07:00
parent b59588c68e
commit 8993853efb

View file

@ -1,6 +1,6 @@
name: Static Analysis
on: [push, pull_request]
on: pull_request
jobs:
# Check and Linting are seperate jobs because linting does not fail