Trigger check workflow only for PRs (#3)

This commit is contained in:
Kirill Kamakin
2021-11-27 16:06:12 +03:00
committed by GitHub
parent 0bfe24e9c6
commit dee0d00507

View File

@@ -1,6 +1,6 @@
name: Check
on: [ push, pull_request, workflow_dispatch ]
on: [ pull_request ]
jobs:
check: