Update clang-format.yml

Avoid running on pull_request
This commit is contained in:
Magne Sjaastad 2020-06-08 11:58:52 +02:00 committed by GitHub
parent 6b5f4dddc9
commit 60c13d6736
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,6 +1,6 @@
name: clang-format
on: [push, pull_request]
on: [push]
jobs:
clang-format-job: