Update update-site.yml

This commit is contained in:
streetturtle 2022-01-23 21:25:09 -05:00 committed by GitHub
parent a6404cada5
commit c5644b6dee
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 1 deletions

View File

@ -2,8 +2,14 @@ name: update site
on:
push:
branches:
- 'master'
paths:
- 'README.md'
- README.md'
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest