Skip to content

Commit

Permalink
added pushes to master for docs check
Browse files Browse the repository at this point in the history
  • Loading branch information
kip-hart committed Sep 16, 2020
1 parent 9a0070c commit b90fa69
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/documentation.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
name: Documentation check

on: [pull_request]
on:
push:
branches: [master, ]
pull_request:
# The branches below must be a subset of the branches above
branches: [master]

jobs:
docs-checks:
Expand Down

0 comments on commit b90fa69

Please sign in to comment.