Skip to content

Commit

Permalink
Fixes mllint website deploy job so it correctly triggers for pushes…
Browse files Browse the repository at this point in the history
… on main and changes to site source code
  • Loading branch information
bvobart committed Aug 4, 2021
1 parent 9693f88 commit 400f497
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
name: Publish mllint's GitHub Pages website

# Runs on
# - pushes to master with changes to the files in docs/gh-pages or this file
# - pushes to main with changes to the files in docs/gh-pages/** or this file
# - release tags
on:
push:
branches:
- master
- main
paths:
- docs/gh-pages
- docs/gh-pages/**
- .github/workflows/gh-pages.yml
tags:
- "v*"
Expand Down

0 comments on commit 400f497

Please sign in to comment.