Trigger check workflow only for PRs (#3)
This commit is contained in:
2
.github/workflows/check.yml
vendored
2
.github/workflows/check.yml
vendored
@@ -1,6 +1,6 @@
|
||||
name: Check
|
||||
|
||||
on: [ push, pull_request, workflow_dispatch ]
|
||||
on: [ pull_request ]
|
||||
|
||||
jobs:
|
||||
check:
|
||||
|
||||
Reference in New Issue
Block a user