mirror of
https://github.com/spring-cloud/spring-cloud-build.git
synced 2026-09-17 12:49:00 +00:00
Ignore release branches in deploy-docs workflow
This commit is contained in:
@@ -1,7 +1,10 @@
|
||||
name: Deploy Docs
|
||||
on:
|
||||
push:
|
||||
branches-ignore: [ gh-pages ]
|
||||
branches-ignore:
|
||||
- gh-pages
|
||||
- 'release/**'
|
||||
- '**-internal**'
|
||||
tags: '**'
|
||||
repository_dispatch:
|
||||
types: request-build-reference # legacy
|
||||
|
||||
Reference in New Issue
Block a user