1
0
Fork 0
mirror of https://github.com/terribleplan/next.js.git synced 2024-01-19 02:48:18 +00:00

Disable publish on branch builds

This commit is contained in:
Tim Neutkens 2018-10-02 16:06:49 +02:00
parent 85b1c1a6b6
commit 3f5524abd3

View file

@ -52,9 +52,13 @@ workflows:
filters:
tags:
only: /^.*canary.*($|\b)/
branches:
ignore: /.*/
- publish-stable:
requires:
- build
filters:
tags:
only: /^(\d+\.)?(\d+\.)?(\*|\d+)$/
only: /^(\d+\.)?(\d+\.)?(\*|\d+)$/
branches:
ignore: /.*/