Skip to content

Commit

Permalink
Made gh action trigger on PRs also to get around stuck status checks (#…
Browse files Browse the repository at this point in the history
…19)

* Made gh action trigger on PRs also to get around stuck status checks

* Modified to trigger only on PRs

* Renamed check
  • Loading branch information
maaverik authored Feb 19, 2022
1 parent b319914 commit 13b4719
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/vet_and_format.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Post-push-checks
name: PR-checks

on: [push]
on: [pull_request]

jobs:
build-check:
Expand Down

0 comments on commit 13b4719

Please sign in to comment.