Commit 3ec15b36 authored by Peter Parente's avatar Peter Parente

Limit push-tx to master branch merge

parent 5981e5ad
...@@ -26,7 +26,7 @@ jobs: ...@@ -26,7 +26,7 @@ jobs:
stages: stages:
- test-pr - test-pr
- name: push-tx - name: push-tx
if: branch = master if: type = push AND branch = master
env: env:
global: global:
......
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