Skip to content

Commit

Permalink
chore: enable pipeline runs on pull requests (#634)
Browse files Browse the repository at this point in the history
  • Loading branch information
bobheadxi authored Oct 31, 2019
1 parent 68294e2 commit 32dc6ff
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
name: Pipeline

on: [ push ]
on:
push:
branches: [ master ]
pull_request:
paths-ignore:
- '**.md'

env:
CI: true
Expand Down

0 comments on commit 32dc6ff

Please sign in to comment.