Skip to content

Commit

Permalink
ci: enable pull requests
Browse files Browse the repository at this point in the history
  • Loading branch information
mcspr committed Dec 30, 2020
1 parent f11468a commit 47538b9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down

0 comments on commit 47538b9

Please sign in to comment.