Commit 417cbdae authored by Peter Parente's avatar Peter Parente

Limit test-pr to pull requests

parent 3ec15b36
...@@ -24,7 +24,8 @@ jobs: ...@@ -24,7 +24,8 @@ jobs:
- if [ $(make n-docs-diff) -ne 0 ]; then make tx-en; fi; - if [ $(make n-docs-diff) -ne 0 ]; then make tx-en; fi;
stages: stages:
- test-pr - name: test-pr
if: type = pull_request
- name: push-tx - name: push-tx
if: type = push AND branch = master if: type = push AND branch = master
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment