Updated mkdocs-material-netlify-build to only include push events.

This commit is contained in:
moonstar-x 2021-08-11 00:55:41 -05:00
parent d9c793fb4f
commit c89e7714f5

View File

@ -3,12 +3,18 @@ type: docker
name: Build and Publish to Netlify name: Build and Publish to Netlify
trigger: trigger:
event:
include:
- push
branch: branch:
- master - master
steps: steps:
- name: build - name: build
image: squidfunk/mkdocs-material image: squidfunk/mkdocs-material
environment:
GA_UA:
from_secret: GA_UA
commands: commands:
- mkdocs build --clean - mkdocs build --clean