workflows: build on push to master/exampleSite
This commit is contained in:
parent
1a980f1dcb
commit
04fb367d2e
|
@ -1,7 +1,12 @@
|
||||||
name: Build GH-Pages
|
name: Build GH-Pages
|
||||||
|
|
||||||
on:
|
on:
|
||||||
|
push:
|
||||||
|
branches:
|
||||||
|
- master
|
||||||
|
- exampleSite
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
# manual run
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
deploy:
|
deploy:
|
||||||
|
|
Loading…
Reference in New Issue