[Chore] Run CI checks on 'pull_request'

Problem: We want to be able to run CI checks on PRs from external forks.
However, this is only possible with 'on: pull_request', while currently
CI is triggered 'on: push'

Solution: Change CI triggering condition to 'on: pull_request'.
This commit is contained in:
Roman Melnikov 2023-09-18 12:40:24 +02:00
parent 57d5071e60
commit 5617d39d3a
No known key found for this signature in database
GPG Key ID: 8931E8ED1EE2E537

View File

@ -1,5 +1,5 @@
name: Nix flake check
on: push
on: pull_request
jobs:
check: