only run website workflow on docs/* branches (#7299)

This commit is contained in:
Alvin Huang 2020-02-13 21:41:37 -05:00 committed by GitHub
parent be0d6efac9
commit c0a85ffdb7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -635,6 +635,7 @@ workflows:
branches:
ignore:
- stable-website
- /^docs\/.*/
- lint-consul-retry
- go-fmt-and-vet:
requires:
@ -659,6 +660,7 @@ workflows:
branches:
ignore:
- stable-website
- /^docs\/.*/
- build-386: &require-check-vendor
requires:
- check-vendor
@ -671,6 +673,7 @@ workflows:
branches:
ignore:
- stable-website
- /^docs\/.*/
- dev-upload-s3: &dev-upload
requires:
- dev-build
@ -726,6 +729,7 @@ workflows:
branches:
ignore:
- stable-website
- /^docs\/.*/
- ember-build:
requires:
- frontend-cache