Fix CI to only run on master

This commit is contained in:
Sacha Weatherstone 2021-10-24 16:22:58 +11:00
parent 13fb87d4e0
commit 43bfd4cebc

View file

@ -1,5 +1,8 @@
name: "CI"
on: push
on:
push:
branches:
- main
jobs:
update-docs: