Update update-site.yml
This commit is contained in:
parent
a6404cada5
commit
c5644b6dee
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue