mirror of
https://github.com/serokell/deploy-rs.git
synced 2024-11-22 05:04:13 +03:00
[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:
parent
57d5071e60
commit
5617d39d3a
2
.github/workflows/check.yml
vendored
2
.github/workflows/check.yml
vendored
@ -1,5 +1,5 @@
|
||||
name: Nix flake check
|
||||
on: push
|
||||
on: pull_request
|
||||
|
||||
jobs:
|
||||
check:
|
||||
|
Loading…
Reference in New Issue
Block a user