Skip to content

Commit 5617d39

Browse files
committed
[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'.
1 parent 57d5071 commit 5617d39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: Nix flake check
2-
on: push
2+
on: pull_request
33

44
jobs:
55
check:

0 commit comments

Comments
 (0)