Skip to content

Commit

Permalink
ci: update checks (#211)
Browse files Browse the repository at this point in the history
Do not run checks if no pull request is created.
  • Loading branch information
black-desk authored Oct 18, 2024
1 parent 95b23eb commit 149e19e
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/checks.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
name: Checks

on: push
on:
push:
branches:
- master
- release/*
pull_request:

jobs:
checks:
Expand Down

0 comments on commit 149e19e

Please sign in to comment.