Browse Source

ci: enable pull requests

mcspr-patch-1
Maxim Prokhorov 3 years ago
parent
commit
47538b9658
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      .github/workflows/push.yml

+ 2
- 2
.github/workflows/push.yml View File

@ -1,8 +1,8 @@
# Normal push, check the build status for the nighly builder or the release
# Check the build status for the nighly builder, release or pull request
name: ESPurna build
on: [push]
on: [push, pull_request]
jobs:
build:


Loading…
Cancel
Save