Skip to content

Commit

Permalink
Also run build on on PR
Browse files Browse the repository at this point in the history
  • Loading branch information
martin-helmich committed May 4, 2020
1 parent 84966e8 commit 27f4492
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Compile & Test

on: [push]
on: [push, pull_request]

jobs:
build:
Expand Down Expand Up @@ -66,4 +66,4 @@ jobs:
chmod +x ./prometheus-nginxlog-exporter
- name: Run acceptance tests
run: behave
run: behave

0 comments on commit 27f4492

Please sign in to comment.